FHIR IG analytics| Package | hl7.fhir.us.covid19library |
| Resource Type | Observation |
| Id | Observation-GestationalAgeAtOnsetOfIllnessExample.json |
| FHIR Version | R4 |
No resources found
No resources found
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')
{
"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"
}
}