FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r5
Resource TypeDocumentReference
IdDocumentReference-DocumentReferenceSemiStructured.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DocumentReference DocumentReferenceSemiStructured

identifier: URI/http://semi-structured-report.example.com (use: usual, )

status: Current

modality: Magnetic Resonance

type: Diagnostic imaging report - example sections and entries

category: medical imaging studies and related imaging reports

subject: Frau GuteFrage Test-Schusti(official) (no stated gender), DoB: 1976-04-29

BodySites

-Concept
*Lower extremity

date: 2025-05-08 00:00:00+0000

custodian: Organization Radiology Zentrum Bremen

content

Attachments

-ContentTypeLanguageUrlCreation
*application/fhir+jsonGerman (Germany)./Bundle/bundle-report-semi-structured2025-05-08 00:00:00+0000

Profiles

-Value[x]
*Bundle: Imaging Report

Source1

{
  "resourceType": "DocumentReference",
  "id": "DocumentReferenceSemiStructured",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/imaging-r5/StructureDefinition/DocumentReferenceImagingReport"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "urn:ietf:rfc:3986",
      "value": "http://semi-structured-report.example.com"
    }
  ],
  "status": "current",
  "modality": [
    {
      "coding": [
        {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "code": "MR"
        }
      ]
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85430-7",
        "display": "Diagnostic imaging report - example sections and entries"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
          "code": "Medical-Imaging"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/PatientSemiStructuredReport"
  },
  "bodySite": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "61685007"
          }
        ]
      }
    }
  ],
  "date": "2025-05-08T00:00:00Z",
  "custodian": {
    "reference": "Organization/OrganizationSemiStructuredReport"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/fhir+json",
        "language": "de-DE",
        "url": "./Bundle/bundle-report-semi-structured",
        "creation": "2025-05-08T00:00:00Z"
      },
      "profile": [
        {
          "valueCanonical": "http://hl7.eu/fhir/imaging-r5/StructureDefinition/BundleReportEuImaging"
        }
      ]
    }
  ]
}