FHIR IG analytics| Package | ca.on.oh-olis |
| Resource Type | Observation |
| Id | ObservationMicrobiology-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Observation|2.0.0"
]
},
"identifier": [
{
"system": "[id-system-local-base]/lab/filler-id-lab-license-4004",
"value": "123~630-4~~201708241151240400",
"assigner": [
{
"reference": "Organization/Org1"
}
]
}
],
"basedOn": [
{
"reference": "ServiceRequest/ServiceRequest1"
}
],
"status": "final",
"category": [
{
"coding": {
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "630-4",
"display": "BACTERIA IDENTIFIED:PRID:PT:URINE:NOM:CULTURE"
}
]
},
"subject": {
"reference": "Patient/Pat1"
},
"effectiveDateTime": "2017-08-24T11:51:24-04:00",
"issued": "2017-08-24T12:51:24-04:00",
"performer": [
{
"reference": "Organization/Org1"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.infoway-inforoute.ca/CodeSystem/snomedctcaextension",
"code": "112283007",
"display": "Escherichia coli (organism)"
}
]
},
"note": [
{
"extension": [
{
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-note-source",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0105",
"code": "P",
"display": "Order"
}
]
}
}
],
"authorReference": {
"reference": "Organization/ca-on-lab-license-4004"
},
"text": "Notes about this observation"
}
],
"specimen": {
"reference": "Specimen/Specimen1"
}
}