Important: This is a draft IG for trial use. Click here to give feedback.
HDBP0037-LaboratoryTestResult-Composition-01 example
{ "resourceType": "Composition", "id": "HDBP0037-LaboratoryTestResult-Composition-01", "meta": { "profile": [ "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult-Composition" ] }, "text": { "status": "empty", --- We have skipped the narrative for better readability of the resource --- }, "identifier": { "system": "https://fhir.acme.org/LaboratoryTestResult-Composition/identifier", "value": "urn:uuid:7003ec55-fc75-4dca-b4d4-54a8a264044a" }, "status": "final", "type": { "coding": [ { "system": "http://loinc.org", "code": "11502-2", "display": "Laboratory report" } ] }, "subject": { "reference": "Patient/HDBP0037-Patient-01", "type": "Patient", "display": "Belle Ulijn" }, "date": "2022-12-01T12:30:02Z", "author": [ { "reference": "Organization/HdBe-HealthcareOrganization-Organization-01", "type": "Organization", "display": "Laboratory Centre X" } ], "title": "LaboratoryTestResults", "section": [ { "code": { "coding": [ { "system": "http://loinc.org", "code": "30954-2", "display": "Relevant diagnostic tests/laboratory data Narrative" } ] }, "entry": [ { "reference": "Observation/HDBP0037-LaboratoryTestResult-01", "type": "Observation", "display": "Human adenovirus" } ] } ] }
<Composition xmlns="http://hl7.org/fhir"> <id value="HDBP0037-LaboratoryTestResult-Composition-01" /> <meta> <profile value="https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult-Composition" /> </meta> <text> <status value="empty" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.acme.org/LaboratoryTestResult-Composition/identifier" /> <value value="urn:uuid:7003ec55-fc75-4dca-b4d4-54a8a264044a" /> </identifier> <status value="final" /> <type> <coding> <system value="http://loinc.org" /> <code value="11502-2" /> <display value="Laboratory report" /> </coding> </type> <subject> <reference value="Patient/HDBP0037-Patient-01" /> <type value="Patient" /> <display value="Belle Ulijn" /> </subject> <date value="2022-12-01T12:30:02Z" /> <author> <reference value="Organization/HdBe-HealthcareOrganization-Organization-01" /> <type value="Organization" /> <display value="Laboratory Centre X" /> </author> <title value="LaboratoryTestResults" /> <section> <code> <coding> <system value="http://loinc.org" /> <code value="30954-2" /> <display value="Relevant diagnostic tests/laboratory data Narrative" /> </coding> </code> <entry> <reference value="Observation/HDBP0037-LaboratoryTestResult-01" /> <type value="Observation" /> <display value="Human adenovirus" /> </entry> </section> </Composition>
Composition |
id : HDBP0037-LaboratoryTestResult-Composition-01 |
meta |
profile : https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult-Composition |
text |
status : empty |
identifier |
system : https://fhir.acme.org/LaboratoryTestResult-Composition/identifier |
value : urn:uuid:7003ec55-fc75-4dca-b4d4-54a8a264044a |
status : final |
type |
coding |
system : http://loinc.org |
code : 11502-2 |
display : Laboratory report |
subject |
reference : Patient/HDBP0037-Patient-01 |
type : Patient |
display : Belle Ulijn |
date : 2022-12-01T12:30:02Z |
author |
reference : Organization/HdBe-HealthcareOrganization-Organization-01 |
type : Organization |
display : Laboratory Centre X |
title : LaboratoryTestResults |
section |
code |
coding |
system : http://loinc.org |
code : 30954-2 |
display : Relevant diagnostic tests/laboratory data Narrative |
entry |
reference : Observation/HDBP0037-LaboratoryTestResult-01 |
type : Observation |
display : Human adenovirus |
Composition.id[0] | HDBP0037-LaboratoryTestResult-Composition-01 |
Composition.meta[0].profile[0] | https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult-Composition |
Composition.text[0].status[0] | empty |
Composition.text[0].div[0] | empty |
Composition.identifier[0].system[0] | https://fhir.acme.org/LaboratoryTestResult-Composition/identifier |
Composition.identifier[0].value[0] | urn:uuid:7003ec55-fc75-4dca-b4d4-54a8a264044a |
Composition.status[0] | final |
Composition.type[0].coding[0].system[0] | http://loinc.org |
Composition.type[0].coding[0].code[0] | 11502-2 |
Composition.type[0].coding[0].display[0] | Laboratory report |
Composition.subject[0].reference[0] | Patient/HDBP0037-Patient-01 |
Composition.subject[0].type[0] | Patient |
Composition.subject[0].display[0] | Belle Ulijn |
Composition.date[0] | 2022-12-01T12:30:02Z |
Composition.author[0].reference[0] | Organization/HdBe-HealthcareOrganization-Organization-01 |
Composition.author[0].type[0] | Organization |
Composition.author[0].display[0] | Laboratory Centre X |
Composition.title[0] | LaboratoryTestResults |
Composition.section[0].code[0].coding[0].system[0] | http://loinc.org |
Composition.section[0].code[0].coding[0].code[0] | 30954-2 |
Composition.section[0].code[0].coding[0].display[0] | Relevant diagnostic tests/laboratory data Narrative |
Composition.section[0].entry[0].reference[0] | Observation/HDBP0037-LaboratoryTestResult-01 |
Composition.section[0].entry[0].type[0] | Observation |
Composition.section[0].entry[0].display[0] | Human adenovirus |