Important: This is a draft IG for trial use. Click here to give feedback.
HDBP0037-LaboratoryTestResult-01 example
{ "resourceType": "Observation", "id": "HDBP0037-LaboratoryTestResult-01", "meta": { "profile": [ "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult" ] }, "identifier": [ { "system": "https://fhir.acme.org/LaboratoryTestResultIdentifier", "value": "urn:uuid:fb8ffaf7-df32-4759-8a40-3a78e3513038" } ], "basedOn": [ { "reference": "ServiceRequest/HDBP0037-LaboratoryTestResult.Requester-01", "type": "ServiceRequest", "display": "Lab order" } ], "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "laboratory", "display": "Laboratory" } ] }, { "coding": [ { "system": "http://snomed.info/sct", "code": "275711006", "display": "Serum chemistry test" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "88541-8", "display": "Adenovirus DNA [Presence] in Aspirate by NAA with probe detection" } ] }, "subject": { "reference": "Patient/HDBP0037-Patient-01", "type": "Patient", "display": "Belle Ulijn" }, "effectiveDateTime": "2023-01-13T12:00:00+02:00", "performer": [ { "reference": "PractitionerRole/HdBe-HealthProfessional-PractitionerRole-01", "type": "PractitionerRole", "display": "Healthcare professional (role)" } ], "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "260373001", "display": "Detected" } ] }, "interpretation": [ { "coding": [ { "system": "https://fhir.healthdata.be/CodeSystem/ResultFlags", "code": "RF0002", "display": "Highly positive" } ] } ], "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "9718006", "display": "Polymerase chain reaction analysis" } ] }, "specimen": { "reference": "Specimen/HDBP0037-LaboratoryTestResult.Specimen-01", "type": "Specimen", "display": "Aspirate" } }
<Observation xmlns="http://hl7.org/fhir"> <id value="HDBP0037-LaboratoryTestResult-01" /> <meta> <profile value="https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult" /> </meta> <identifier> <system value="https://fhir.acme.org/LaboratoryTestResultIdentifier" /> <value value="urn:uuid:fb8ffaf7-df32-4759-8a40-3a78e3513038" /> </identifier> <basedOn> <reference value="ServiceRequest/HDBP0037-LaboratoryTestResult.Requester-01" /> <type value="ServiceRequest" /> <display value="Lab order" /> </basedOn> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="laboratory" /> <display value="Laboratory" /> </coding> </category> <category> <coding> <system value="http://snomed.info/sct" /> <code value="275711006" /> <display value="Serum chemistry test" /> </coding> </category> <code> <coding> <system value="http://loinc.org" /> <code value="88541-8" /> <display value="Adenovirus DNA [Presence] in Aspirate by NAA with probe detection" /> </coding> </code> <subject> <reference value="Patient/HDBP0037-Patient-01" /> <type value="Patient" /> <display value="Belle Ulijn" /> </subject> <effectiveDateTime value="2023-01-13T12:00:00+02:00" /> <performer> <reference value="PractitionerRole/HdBe-HealthProfessional-PractitionerRole-01" /> <type value="PractitionerRole" /> <display value="Healthcare professional (role)" /> </performer> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="260373001" /> <display value="Detected" /> </coding> </valueCodeableConcept> <interpretation> <coding> <system value="https://fhir.healthdata.be/CodeSystem/ResultFlags" /> <code value="RF0002" /> <display value="Highly positive" /> </coding> </interpretation> <method> <coding> <system value="http://snomed.info/sct" /> <code value="9718006" /> <display value="Polymerase chain reaction analysis" /> </coding> </method> <specimen> <reference value="Specimen/HDBP0037-LaboratoryTestResult.Specimen-01" /> <type value="Specimen" /> <display value="Aspirate" /> </specimen> </Observation>
| Observation |
| id : HDBP0037-LaboratoryTestResult-01 |
| meta |
| profile : https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult |
| identifier |
| system : https://fhir.acme.org/LaboratoryTestResultIdentifier |
| value : urn:uuid:fb8ffaf7-df32-4759-8a40-3a78e3513038 |
| basedOn |
| reference : ServiceRequest/HDBP0037-LaboratoryTestResult.Requester-01 |
| type : ServiceRequest |
| display : Lab order |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/observation-category |
| code : laboratory |
| display : Laboratory |
| category |
| coding |
| system : http://snomed.info/sct |
| code : 275711006 |
| display : Serum chemistry test |
| code |
| coding |
| system : http://loinc.org |
| code : 88541-8 |
| display : Adenovirus DNA [Presence] in Aspirate by NAA with probe detection |
| subject |
| reference : Patient/HDBP0037-Patient-01 |
| type : Patient |
| display : Belle Ulijn |
| effective : 2023-01-13T12:00:00+02:00 |
| performer |
| reference : PractitionerRole/HdBe-HealthProfessional-PractitionerRole-01 |
| type : PractitionerRole |
| display : Healthcare professional (role) |
| value |
| coding |
| system : http://snomed.info/sct |
| code : 260373001 |
| display : Detected |
| interpretation |
| coding |
| system : https://fhir.healthdata.be/CodeSystem/ResultFlags |
| code : RF0002 |
| display : Highly positive |
| method |
| coding |
| system : http://snomed.info/sct |
| code : 9718006 |
| display : Polymerase chain reaction analysis |
| specimen |
| reference : Specimen/HDBP0037-LaboratoryTestResult.Specimen-01 |
| type : Specimen |
| display : Aspirate |
| Observation.id[0] | HDBP0037-LaboratoryTestResult-01 |
| Observation.meta[0].profile[0] | https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult |
| Observation.identifier[0].system[0] | https://fhir.acme.org/LaboratoryTestResultIdentifier |
| Observation.identifier[0].value[0] | urn:uuid:fb8ffaf7-df32-4759-8a40-3a78e3513038 |
| Observation.basedOn[0].reference[0] | ServiceRequest/HDBP0037-LaboratoryTestResult.Requester-01 |
| Observation.basedOn[0].type[0] | ServiceRequest |
| Observation.basedOn[0].display[0] | Lab order |
| Observation.status[0] | final |
| Observation.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/observation-category |
| Observation.category[0].coding[0].code[0] | laboratory |
| Observation.category[0].coding[0].display[0] | Laboratory |
| Observation.category[1].coding[0].system[0] | http://snomed.info/sct |
| Observation.category[1].coding[0].code[0] | 275711006 |
| Observation.category[1].coding[0].display[0] | Serum chemistry test |
| Observation.code[0].coding[0].system[0] | http://loinc.org |
| Observation.code[0].coding[0].code[0] | 88541-8 |
| Observation.code[0].coding[0].display[0] | Adenovirus DNA [Presence] in Aspirate by NAA with probe detection |
| Observation.subject[0].reference[0] | Patient/HDBP0037-Patient-01 |
| Observation.subject[0].type[0] | Patient |
| Observation.subject[0].display[0] | Belle Ulijn |
| Observation.effective[0] | 2023-01-13T12:00:00+02:00 |
| Observation.performer[0].reference[0] | PractitionerRole/HdBe-HealthProfessional-PractitionerRole-01 |
| Observation.performer[0].type[0] | PractitionerRole |
| Observation.performer[0].display[0] | Healthcare professional (role) |
| Observation.value[0].coding[0].system[0] | http://snomed.info/sct |
| Observation.value[0].coding[0].code[0] | 260373001 |
| Observation.value[0].coding[0].display[0] | Detected |
| Observation.interpretation[0].coding[0].system[0] | https://fhir.healthdata.be/CodeSystem/ResultFlags |
| Observation.interpretation[0].coding[0].code[0] | RF0002 |
| Observation.interpretation[0].coding[0].display[0] | Highly positive |
| Observation.method[0].coding[0].system[0] | http://snomed.info/sct |
| Observation.method[0].coding[0].code[0] | 9718006 |
| Observation.method[0].coding[0].display[0] | Polymerase chain reaction analysis |
| Observation.specimen[0].reference[0] | Specimen/HDBP0037-LaboratoryTestResult.Specimen-01 |
| Observation.specimen[0].type[0] | Specimen |
| Observation.specimen[0].display[0] | Aspirate |