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

FHIR IG analytics

Packagehl7.fhir.uv.ibcm
Resource TypeObservation
IdObservation-uc1-estimatedfetalbodyweight.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

Generated Narrative: Observation uc1-estimatedfetalbodyweight

status: Final

category: Vital Signs

code: Fetal Body weight Estimated

subject: Anonymous Patient Female, DoB Unknown ( Patient internal identifier)

effective: 2024-03-22

performer: Practitioner Dr. Hunt

value: 2960 g (Details: UCUM codeg = 'g')


Source1

{
  "resourceType": "Observation",
  "id": "uc1-estimatedfetalbodyweight",
  "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": "89087-1",
        "display": "Fetal Body weight Estimated"
      }
    ]
  },
  "subject": {
    "reference": "Patient/uc1-fetus"
  },
  "effectiveDateTime": "2024-03-22",
  "performer": [
    {
      "reference": "Practitioner/uc1-practitioner"
    }
  ],
  "valueQuantity": {
    "value": 2960,
    "unit": "g",
    "system": "http://unitsofmeasure.org",
    "code": "g"
  }
}