FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | Composition |
| Id | Composition-SampleComposition.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Composition SampleComposition
Profile: Composition: Laboratory
identifier: Uniform Resource Identifier (URI)/urn:uuid:3f69e0a5-2177-4540-baab-7a5d0877428f
status: Final
type: Laboratory report
category: Blood bank studies (set)
date: 2023-03-09 14:30:00+0100
author: Dr. Patrick Dempsey
title: Laboratory Report - 10 March, 2023 14:30
| Mode | Time | Party |
| Legal | 2020-12-27 14:30:00+0100 | Organization Good Organization |
custodian: Organization Good Organization
Generated Narrative: Organization #Organization-SampleComposition
identifier:
urn:oid:2.16.840.1.113883.2.9.4.1.2/120148name: Good Organization
telecom: ph: 390 666 0581(Work)
address: Via Emilio Praga 39 Roma 120 00137 100
{
"resourceType": "Composition",
"id": "SampleComposition",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/laboratory/StructureDefinition/Composition-lab-myhealtheu"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Organization",
"id": "Organization-SampleComposition",
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.9.4.1.2",
"value": "120148",
"assigner": {
"display": "Good Organization"
}
}
],
"name": "Good Organization",
"telecom": [
{
"system": "phone",
"value": "390 666 0581",
"use": "work"
}
],
"address": [
{
"line": [
"Via Emilio Praga 39"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract",
"valueString": "058091"
}
]
}
],
"city": "Roma",
"district": "RM",
"state": "120",
"postalCode": "00137",
"country": "100"
}
]
}
],
"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"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "18717-9",
"display": "Blood bank studies (set)"
}
]
}
],
"subject": {
"reference": "Patient/SamplePatient"
},
"date": "2023-03-09T14:30:00+01:00",
"author": [
{
"display": "Dr. Patrick Dempsey"
}
],
"title": "Laboratory Report - 10 March, 2023 14:30",
"attester": [
{
"mode": "legal",
"time": "2020-12-27T14:30:00+01:00",
"party": {
"reference": "#Organization-SampleComposition"
}
}
],
"custodian": {
"reference": "#Organization-SampleComposition"
},
"section": [
{
"title": "Blood group lab result report",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "26436-6",
"display": "Laboratory studies (set)"
}
],
"text": "Laboratory studies"
},
"entry": [
{
"reference": "Observation/SampleBloodGroupObservation"
}
]
}
]
}