🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build
🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ImagingStudy",
"id" : "EjemploEmaCoreImagingStudy",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-imaging-study"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy EjemploEmaCoreImagingStudy</b></p><a name=\"EjemploEmaCoreImagingStudy\"> </a><a name=\"hcEjemploEmaCoreImagingStudy\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ema-core-imaging-study.html\">EMA Core Imaging Study</a></p></div><p><b>status</b>: Available</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-DX\">DICOM: DX</a> (Digital Radiography)</p><p><b>subject</b>: <a href=\"Patient-EjemploEmaCorePatient.html\">Carmen Díaz (official) Female, DoB: 1969-04-22 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>encounter</b>: <a href=\"Encounter-EjemploEmaCoreEncounter.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Encounter for check up; period = 2026-08-18 09:00:00-0400 --> 2026-08-18 09:30:00-0400</a></p><p><b>started</b>: 2026-08-18 10:05:00-0400</p><p><b>numberOfSeries</b>: 1</p><p><b>numberOfInstances</b>: 1</p><p><b>description</b>: Radiografía de tórax PA</p><blockquote><p><b>series</b></p><p><b>uid</b>: 1.2.826.0.1.3680043.8.498.10023</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-DX\">DICOM: DX</a> (Digital Radiography)</p><p><b>numberOfInstances</b>: 1</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td><td><b>Number</b></td></tr><tr><td style=\"display: none\">*</td><td>1.2.826.0.1.3680043.8.498.10023.1</td><td>unknown: urn:oid:1.2.840.10008.5.1.4.1.1.1.1 (urn:oid:1.2.840.10008.5.1.4.1.1.1.1)</td><td>1</td></tr></table></blockquote></div>"
},
"status" : "available",
"modality" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "DX"
}
],
"subject" : {
🔗 "reference" : "Patient/EjemploEmaCorePatient"
},
"encounter" : {
🔗 "reference" : "Encounter/EjemploEmaCoreEncounter"
},
"started" : "2026-08-18T10:05:00-04:00",
"numberOfSeries" : 1,
"numberOfInstances" : 1,
"description" : "Radiografía de tórax PA",
"series" : [
{
"uid" : "1.2.826.0.1.3680043.8.498.10023",
"modality" : {
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "DX"
},
"numberOfInstances" : 1,
"instance" : [
{
"uid" : "1.2.826.0.1.3680043.8.498.10023.1",
"sopClass" : {
"system" : "urn:ietf:rfc:3986",
"code" : "urn:oid:1.2.840.10008.5.1.4.1.1.1.1"
},
"number" : 1
}
]
}
]
}