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

FHIR IG analytics

Packagehl7.fhir.pt.obs-neonat
Resource TypeObservation
IdObservation-cephalic-perimeter-example.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

Narrativa gerada: Observation cephalic-perimeter-example

status: Final

category: Vital Signs

code: Head Circumf OCF

subject: Doente anónimo Female, DN Desconhecida

effective: 2024-08-01 10:00:00+0000

value: 50.1 cm(s) (Detalhes: UCUM códigocm = 'cm')


Source1

{
  "resourceType": "Observation",
  "id": "cephalic-perimeter-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/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"
      }
    ]
  },
  "subject": {
    "reference": "Patient/newBornNN"
  },
  "effectiveDateTime": "2024-08-01T10:00:00.000Z",
  "valueQuantity": {
    "value": 50.1,
    "unit": "cm(s)",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}