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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeObservation
IdObservation-example-gestation.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 example-gestation

status: Final

category: exam

code: Gestational age--at birth

subject: Example Reproductive Health Patient

effective: 2025-04-09

performer: Example Hospital

value: 37 week (Details: UCUM codewk = 'wk')


Source1

{
  "resourceType": "Observation",
  "id": "example-gestation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-simple-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "76516-4",
        "display": "Gestational age--at birth"
      }
    ]
  },
  "subject": {
    "reference": "Patient/reproductive-health-example",
    "display": "Example Reproductive Health Patient"
  },
  "effectiveDateTime": "2025-04-09",
  "performer": [
    {
      "reference": "Organization/example-1",
      "display": "Example Hospital"
    }
  ],
  "valueQuantity": {
    "value": 37,
    "unit": "week",
    "system": "http://unitsofmeasure.org",
    "code": "wk"
  }
}