FHIR IG analytics| Package | hl7.fhir.us.covid19library |
| Resource Type | Observation |
| Id | Observation-CaseReportIdExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "CaseReportIdExample"
status: final
code: Case identifier (LOINC#94659-0)
subject: Patient/patient-anyperson-mary " ANYPERSON"
effective: 2021-09-30
component
code: Contact case identifier (LOINC#94657-4)
value: 238745
component
code: Patient identifier assigning authority (LOINC#76698-0)
value: State Department of Health
{
"resourceType": "Observation",
"id": "CaseReportIdExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/covid19library/StructureDefinition/case-patient-report-id"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "94659-0"
}
]
},
"subject": {
"reference": "Patient/patient-anyperson-mary"
},
"effectiveDateTime": "2021-09-30",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "94657-4",
"display": "Contact case identifier"
}
]
},
"valueString": "238745"
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "76698-0",
"display": "Patient identifier assigning authority"
}
]
},
"valueString": "State Department of Health"
}
]
}