Important: This is a draft IG for trial use. Click here to give feedback.
HDBP0037-LaboratoryTestResult.Requester-01 example
{ "resourceType": "ServiceRequest", "id": "HDBP0037-LaboratoryTestResult.Requester-01", "meta": { "profile": [ "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Requester" ] }, "status": "completed", "intent": "order", "code": { "text": "Detection of Adenovirus nucleic acid from a clinical specimen" }, "subject": { "reference": "Patient/HDBP0037-Patient-01", "type": "Patient", "display": "Belle Ulijn" }, "requester": { "reference": "PractitionerRole/HdBe-HealthProfessional-PractitionerRole-01", "type": "PractitionerRole", "display": "E. Penninx from GRAND HOPITAL DE CHARLEROI" }, "reasonCode": [ { "coding": [ { "system": "https://fhir.healthdata.be/CodeSystem/HDBP0037-TestPrescribedReason", "code": "TP0114", "display": "Recommendation return from a country or region with a high risk of infection" } ] } ] }
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="HDBP0037-LaboratoryTestResult.Requester-01" /> <meta> <profile value="https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Requester" /> </meta> <status value="completed" /> <intent value="order" /> <code> <text value="Detection of Adenovirus nucleic acid from a clinical specimen" /> </code> <subject> <reference value="Patient/HDBP0037-Patient-01" /> <type value="Patient" /> <display value="Belle Ulijn" /> </subject> <requester> <reference value="PractitionerRole/HdBe-HealthProfessional-PractitionerRole-01" /> <type value="PractitionerRole" /> <display value="E. Penninx from GRAND HOPITAL DE CHARLEROI" /> </requester> <reasonCode> <coding> <system value="https://fhir.healthdata.be/CodeSystem/HDBP0037-TestPrescribedReason" /> <code value="TP0114" /> <display value="Recommendation return from a country or region with a high risk of infection" /> </coding> </reasonCode> </ServiceRequest>
ServiceRequest |
id : HDBP0037-LaboratoryTestResult.Requester-01 |
meta |
profile : https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Requester |
status : completed |
intent : order |
code |
text : Detection of Adenovirus nucleic acid from a clinical specimen |
subject |
reference : Patient/HDBP0037-Patient-01 |
type : Patient |
display : Belle Ulijn |
requester |
reference : PractitionerRole/HdBe-HealthProfessional-PractitionerRole-01 |
type : PractitionerRole |
display : E. Penninx from GRAND HOPITAL DE CHARLEROI |
reasonCode |
coding |
system : https://fhir.healthdata.be/CodeSystem/HDBP0037-TestPrescribedReason |
code : TP0114 |
display : Recommendation return from a country or region with a high risk of infection |
ServiceRequest.id[0] | HDBP0037-LaboratoryTestResult.Requester-01 |
ServiceRequest.meta[0].profile[0] | https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Requester |
ServiceRequest.status[0] | completed |
ServiceRequest.intent[0] | order |
ServiceRequest.code[0].text[0] | Detection of Adenovirus nucleic acid from a clinical specimen |
ServiceRequest.subject[0].reference[0] | Patient/HDBP0037-Patient-01 |
ServiceRequest.subject[0].type[0] | Patient |
ServiceRequest.subject[0].display[0] | Belle Ulijn |
ServiceRequest.requester[0].reference[0] | PractitionerRole/HdBe-HealthProfessional-PractitionerRole-01 |
ServiceRequest.requester[0].type[0] | PractitionerRole |
ServiceRequest.requester[0].display[0] | E. Penninx from GRAND HOPITAL DE CHARLEROI |
ServiceRequest.reasonCode[0].coding[0].system[0] | https://fhir.healthdata.be/CodeSystem/HDBP0037-TestPrescribedReason |
ServiceRequest.reasonCode[0].coding[0].code[0] | TP0114 |
ServiceRequest.reasonCode[0].coding[0].display[0] | Recommendation return from a country or region with a high risk of infection |