Draft preBallot - This specification is under preBallot review and subject to change. It should not be used for implementation purposes. . . . . For a full list of available versions, see the Directory of published versions
Example Observation Pathology Result 1
Observation |
id : example-observation-pathologyresult-ca-core |
meta |
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-pathologyresult-ca-core |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : laboratory |
code |
coding |
system : http://snomed.info/sct |
code : 168393006 |
display : General pathology (finding) |
subject |
reference : Patient/example-patient-ca-core |
encounter |
reference : Encounter/example-encounter-ca-core |
effective : 2024-03-27T09:00:00-07:00 |
performer |
reference : PractitionerRole/example-practitionerrole-ca-core-2 |
value : Benign skin lesion with no evidence of malignancy |
hasMember |
reference : Observation/example-observation-pathologyresult-ca-core-2 |
<Observation xmlns="http://hl7.org/fhir"> <id value="example-observation-pathologyresult-ca-core" /> <meta> <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-pathologyresult-ca-core" /> </meta> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="laboratory" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="168393006" /> <display value="General pathology (finding)" /> </coding> </code> <subject> <reference value="Patient/example-patient-ca-core" /> </subject> <encounter> <reference value="Encounter/example-encounter-ca-core" /> </encounter> <effectiveDateTime value="2024-03-27T09:00:00-07:00" /> <performer> <reference value="PractitionerRole/example-practitionerrole-ca-core-2" /> </performer> <valueString value="Benign skin lesion with no evidence of malignancy" /> <hasMember> <reference value="Observation/example-observation-pathologyresult-ca-core-2" /> </hasMember> </Observation>
{ "resourceType": "Observation", "id": "example-observation-pathologyresult-ca-core", "meta": { "profile": [ "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/observation-pathologyresult-ca-core" ] }, "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "laboratory" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "168393006", "display": "General pathology (finding)" } ] }, "subject": { "reference": "Patient/example-patient-ca-core" }, "encounter": { "reference": "Encounter/example-encounter-ca-core" }, "effectiveDateTime": "03/27/2024 16:00:00", "performer": [ { "reference": "PractitionerRole/example-practitionerrole-ca-core-2" } ], "valueString": "Benign skin lesion with no evidence of malignancy", "hasMember": [ { "reference": "Observation/example-observation-pathologyresult-ca-core-2" } ] }