HL7 PT FHIR Implementation Guide: Community Health
1.0.1 - STU1 International flag

HL7 PT FHIR Implementation Guide: Community Health, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions

: Exemplo Observation - Gravidez - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "exemplo-observation-pregnancy",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.pt/fhir/community-health/StructureDefinition/observation-pregnancy"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation exemplo-observation-pregnancy</b></p><a name=\"exemplo-observation-pregnancy\"> </a><a name=\"hcexemplo-observation-pregnancy\"> </a><a name=\"exemplo-observation-pregnancy-en-US\"> </a><p><b>status</b>: Registered</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 77386006}\">Pregnant</span></p><p><b>subject</b>: <a href=\"Patient-exemplo-patient-1.html\">John Doe  Male, DoB: 2009-02-09 ( https://ehr.testing.p5.pt/api/fhir#12345678)</a></p><p><b>effective</b>: 2024-12-01</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 49051-6}\">Gestational age in weeks</span></p><p><b>value</b>: 20 weeks<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codewk = 'wk')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 63962-5}\">Pregnancy number [PhenX]</span></p><p><b>value</b>: 2</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11636-8}\">Number of live births</span></p><p><b>value</b>: 1</p></blockquote></div>"
  },
  "status" : "registered",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "77386006",
        "display" : "Pregnant"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/exemplo-patient-1"
  },
  "effectiveDateTime" : "2024-12-01",
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "49051-6",
            "display" : "Gestational age in weeks"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 20,
        "unit" : "weeks",
        "system" : "http://unitsofmeasure.org",
        "code" : "wk"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "63962-5",
            "display" : "Pregnancy number [PhenX]"
          }
        ]
      },
      "valueInteger" : 2
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "11636-8",
            "display" : "Number of live births"
          }
        ]
      },
      "valueInteger" : 1
    }
  ]
}