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

FHIR IG analytics

Packagefhir.onc.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: Sarah Hugankiss (official) Female, DoB: 1946-09-25 ( Medical record number (use: usual, period: 1995-05-06 --> (ongoing)))

encounter: Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.

effective: 2022-04-09

performer: Hendricks Country Hospital

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


Source1

{
  "resourceType": "Observation",
  "id": "example-gestation",
  "meta": {
    "profile": [
      "http://fhir.org/guides/onc/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/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"
  }
}