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

FHIR IG analytics

Packagehl7.fhir.us.qicore.r4b
Resource TypeObservation
IdObservation-example-gestation.json
FHIR VersionR4B

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


Source1

{
  "resourceType": "Observation",
  "id": "example-gestation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-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/example-2"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "effectiveDateTime": "2022-04-09",
  "performer": [
    {
      "reference": "Organization/example1",
      "display": "Hendricks Country Hospital"
    }
  ],
  "valueQuantity": {
    "value": 37,
    "unit": "week",
    "system": "http://unitsofmeasure.org",
    "code": "wk"
  }
}