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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm.r4
Resource TypeObservation
IdObservation-observation-example-ach-pass1-gestational-age.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 observation-example-ach-pass1-gestational-age

status: Final

category: Laboratory

code: Gestational age at birth

subject: Pass1 ACH

encounter: Hospital Admission

effective: 2024-02-01 16:02:00-0500

issued: 2024-02-01 16:02:00-0500

performer: Practitioner Example Practitioner

value: 164 day (Details: UCUM coded = 'd')


Source1

{
  "resourceType": "Observation",
  "id": "observation-example-ach-pass1-gestational-age",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-observation-lab|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "version": "1.0.0",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "76516-4",
        "display": "Gestational age--at birth"
      }
    ],
    "text": "Gestational age at birth"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass1",
    "display": "Pass1 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass1",
    "display": "Hospital Admission"
  },
  "effectiveDateTime": "2024-02-01T16:02:00-05:00",
  "issued": "2024-02-01T16:02:00-05:00",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "valueQuantity": {
    "value": 164,
    "unit": "day",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  }
}