FHIR IG analytics| Package | hl7.fhir.eu.extensions.r5 |
| Resource Type | Composition |
| Id | Composition-comp-example.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Composition",
"id": "comp-example",
"extension": [
{
"url": "http://hl7.eu/fhir/StructureDefinition/composition-basedOn-order-or-requisition",
"valueIdentifier": {
"system": "http://example.org",
"value": "document-order-1"
}
},
{
"url": "http://hl7.eu/fhir/StructureDefinition/information-recipient",
"valueReference": {
"display": "MUDr. Aleš Procházka"
}
},
{
"url": "http://hl7.eu/fhir/extensions/StructureDefinition/composition-diagnosticReportReference",
"valueReference": {
"display": "My Laboratory Report Test"
}
}
],
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f"
}
],
"status": "final",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11502-2",
"display": "Laboratory report"
}
]
},
"subject": [
{
"display": "Nice Patient"
}
],
"date": "2022-10-25T14:30:00+01:00",
"author": [
{
"display": "MUDr. Aleš Procházka"
}
],
"title": "Laboratory Report Test",
"attester": [
{
"mode": {
"coding": [
{
"system": "http://hl7.org/fhir/composition-attestation-mode",
"code": "legal",
"display": "Legal"
}
]
},
"time": "2020-12-27T14:30:00+01:00",
"party": {
"display": "Best Laboratory"
}
}
],
"custodian": {
"display": "Best Laboratory"
}
}