Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Observation - zib-headcircumference-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "zib-headcircumference-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-HeadCircumference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"zib-headcircumference-01\"> </a><a name=\"hczib-headcircumference-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;zib-headcircumference-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zib-headCircumference.html\">HCIM HeadCircumference</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/STU3/codesystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Head Occipital-frontal circumference <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#9843-4; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#56792006 &quot;Measurement of skull circumference&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-nl-core-patient-03.html\">Patient/nl-core-patient-03: I. Jongeneel-de Haas</a> &quot; JONGENEEL-DE HAAS&quot;</p><p><b>effective</b>: 2019-02-08 10:00:00+0100</p><p><b>performer</b>: <a href=\"Practitioner-nl-core-practitioner-03.html\">Practitioner/nl-core-practitioner-03: G.Z.M. de Wit</a> &quot; DE WIT&quot;</p><p><b>value</b>: 35 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code cm = 'cm')</span></p><p><b>method</b>: Measurement of skull circumference with measuring tape <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#31551000146109)</span></p></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "9843-4",
        "display" : "Head Occipital-frontal circumference"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "56792006",
        "display" : "Measurement of skull circumference"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-03",
    "display" : "I. Jongeneel-de Haas"
  },
  "effectiveDateTime" : "2019-02-08T10:00:00+01:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/nl-core-practitioner-03",
      "display" : "G.Z.M. de Wit"
    }
  ],
  "valueQuantity" : {
    "value" : 35,
    "unit" : "cm",
    "system" : "http://unitsofmeasure.org",
    "code" : "cm"
  },
  "method" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "31551000146109",
        "display" : "Measurement of skull circumference with measuring tape"
      }
    ]
  }
}