FHIR IG analytics| Package | hl7.fhir.eu.imaging-r5 |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-DiagnosticReportMinimalMetadata.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Id: | DiagnosticReportMinimalMetadata |
|---|---|
| Code: |
Diagnostic imaging report - example sections and entries ( http://loinc.org: 85430-7 ) |
| Identifier: |
http://example.org/myhospital/reportidentifiers: unstructured-report-001 |
| BasedOn: | Identifier: Accession ID/ACC-123456789 |
| Status: | final |
| Category: |
( http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs: Medical-Imaging ) ( http://loinc.org: 85430-7 ) |
| Subject: | Jane Doe(official) (no stated gender), DoB: 1976-04-29 |
| Performer: | |
| Studies: |
|
| Presented form: |
|
{
"resourceType": "DiagnosticReport",
"id": "DiagnosticReportMinimalMetadata",
"meta": {
"profile": [
"http://hl7.eu/fhir/imaging-r5/StructureDefinition/DiagnosticReportEuImagingMinimalMetadata"
]
},
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/myhospital/reportidentifiers",
"value": "unstructured-report-001"
}
],
"basedOn": [
{
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN"
}
]
},
"system": "http://example.org/myhospital/accessionsystem",
"value": "ACC-123456789"
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
"code": "Medical-Imaging"
}
]
},
{
"coding": [
{
"system": "http://loinc.org",
"code": "85430-7"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "85430-7",
"display": "Diagnostic imaging report - example sections and entries"
}
]
},
"subject": {
"reference": "urn:uuid:1d3c5b7a-9e0f-4a2b-8c6d-5e4f3a2b1c0d"
},
"performer": [
{
"reference": "Organization/OrganizationUnstructuredReport"
}
],
"study": [
{
"identifier": {
"system": "urn:dicom:uid",
"value": "1.2.840.113619.2.55.3.604688123.783.1704067200.1"
}
}
],
"presentedForm": [
{
"contentType": "application/pdf",
"language": "de",
"url": "./Binary/BinaryUnstructuredReport",
"creation": "2024-01-01T00:00:00Z"
}
]
}