FHIR IG analytics| Package | hl7.fhir.us.covid19library |
| Resource Type | Observation |
| Id | Observation-COVID19SignsSymptomsExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "COVID19SignsSymptomsExample"
Profile: COVID 19 Signs and Symptoms
status: final
category: Exam (Observation Category Codes#exam)
code: Fever greater than 100.4 Fahrenheit (finding) (SNOMED CT#426000000)
effective: 2021-09-21
issued: Sep 20, 2021, 5:28:17 AM
value: Present (qualifier value) (SNOMED CT#52101004)
{
"resourceType": "Observation",
"id": "COVID19SignsSymptomsExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/covid19library/StructureDefinition/covid19-symptoms"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "426000000",
"display": "Fever greater than 100.4 Fahrenheit (finding)"
}
]
},
"effectiveDateTime": "2021-09-21",
"issued": "2021-09-20T13:28:17.239+08:00",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "52101004",
"display": "Present (qualifier value)"
}
]
}
}