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

FHIR IG analytics

Packagelt.hl7.fhir.vitalsigns
Resource TypeObservation
IdObservation-observation-head-circumference-example.json
FHIR VersionR5

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


English


Generated Narrative: Observation observation-head-circumference-example

Language: en

Profile: Head Circumference

status: Final

category: Vital Signs

code: Head Occipital-frontal circumference

subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))

effective: 2019-10-16 12:12:29-0900

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


Lithuanian


Generated Narrative: Observation observation-head-circumference-example

Language: en

Profile: Head Circumference

status: Final

category: Vital Signs

code: Head Occipital-frontal circumference

subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))

effective: 2019-10-16 12:12:29-0900

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


Source1

{
  "resourceType": "Observation",
  "id": "observation-head-circumference-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/vitalsigns/StructureDefinition/head-circumference"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9843-4",
        "display": "Head Occipital-frontal circumference"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2019-10-16T12:12:29-09:00",
  "valueQuantity": {
    "value": 35,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}