FHIR IG analytics| Package | eu.miabis.r4 |
| Resource Type | Observation |
| Id | Observation-ObservationInstance.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ObservationInstance
Profile: Observation
identifier: observationId
status: Final
code: Diagnosis ICD code [Identifier]
subject: Anonymous Patient Male, DoB: 1980-01-01 ( donorId)
effective: 2020-01-01
value: Typhoid and paratyphoid fevers
{
"resourceType": "Observation",
"id": "ObservationInstance",
"meta": {
"profile": [
"https://fhir.bbmri-eric.eu/StructureDefinition/miabis-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "observationId"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "52797-8"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-01-01",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "A01"
}
]
},
"specimen": {
"reference": "Specimen/example"
}
}