FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekl.dk.fhir.children
Resource TypeObservation
IdObservation-RikkeHeadCircum.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation RikkeHeadCircum

status: Final

category: Vital Signs

code: Head Occipital-frontal circumference

subject: Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#0505209996 (use: official, ))

encounter: Encounter: status = finished; class = home health (ActCode#HH); type = Besøg hos det ca. 2 måneder gamle barn; period = 2020-07-07 12:45:00+0000 --> (ongoing)

effective: 2020-07-07 12:45:00+0000

value: 38.3 cm (Details: UCUM codecm = 'cm')


Source1

{
  "resourceType": "Observation",
  "id": "RikkeHeadCircum",
  "meta": {
    "profile": [
      "http://fhir.kl.dk/children/StructureDefinition/klgateway-children-headcircum"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9843-4",
        "display": "Head Occipital-frontal circumference"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "363812007",
        "display": "Head circumference"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Rikke"
  },
  "encounter": {
    "reference": "Encounter/2mthEncounter"
  },
  "effectiveDateTime": "2020-07-07T12:45:00.000Z",
  "valueQuantity": {
    "value": 38.3,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}