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

FHIR IG analytics

Packagehl7.fhir.us.covid19library
Resource TypeObservation
IdObservation-GestationalAgeAtOnsetOfIllnessExample.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

Resource "GestationalAgeAtOnsetOfIllnessExample"

Profile: Gestational Age at Onset of Illness

status: final

code: Gestational age in weeks--at onset of illness (LOINC#81270-1)

effective: 2021-09-21

value: 21 wk (Details: UCUM code wk = 'wk')


Source1

{
  "resourceType": "Observation",
  "id": "GestationalAgeAtOnsetOfIllnessExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/covid19library/StructureDefinition/gestational-age-at-onset-of-illness"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "81270-1",
        "display": "Gestational age in weeks--at onset of illness"
      }
    ]
  },
  "effectiveDateTime": "2021-09-21",
  "valueQuantity": {
    "value": 21,
    "system": "http://unitsofmeasure.org",
    "code": "wk"
  }
}