MyHealth@EU Core
1.0.0 - trial-use
150
This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Composition",
"id" : "f2a3b4c5-d6e7-8901-fabc-012345678901",
"meta" : {
"profile" : [
🔗 "http://fhir.ehdsi.eu/core/StructureDefinition/composition-myhealtheu-core"
]
},
"language" : "en-GB",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient Summary - John Doe</div>"
},
"identifier" : {
"system" : "http://example.org/composition-ids",
"value" : "COMP-2024-001"
},
"status" : "final",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11502-2",
"display" : "Laboratory report"
}
]
},
"subject" : {
🔗 "reference" : "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
},
"date" : "2024-01-15",
"author" : [
{
🔗 "reference" : "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
}
],
"title" : "Patient Summary - John Doe",
"attester" : [
{
"mode" : "legal",
"time" : "2024-01-15T10:00:00Z",
"party" : {
🔗 "reference" : "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
}
}
],
"custodian" : {
🔗 "reference" : "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
},
"section" : [
{
"title" : "Active Problems",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11450-4",
"display" : "Problem list - Reported"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Type 2 diabetes mellitus</div>"
},
"entry" : [
{
🔗 "reference" : "Condition/c3d4e5f6-a7b8-9012-cdef-123456789012"
}
]
}
]
}