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

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r5
Resource TypeDocumentReference
IdDocumentReference-RenderableFormatWithBasicMetadata.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 RenderableFormatWithBasicMetadata

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

status: Current

modality: Computed Tomography

type: Diagnostic imaging report - example sections and entries

category: medical imaging studies and related imaging reports

subject: Jane Doe(official) (no stated gender), DoB: 1976-04-29

BodySites

-Concept
*Head and neck

date: 2024-01-01 00:00:00+0000

custodian: Organization Rediologie Zentrum Bremen

content

Attachments

-ContentTypeLanguageUrlCreation
*application/fhir+jsonGerman./Bundle/bundle-report-minimal-metadata-unstructured2024-01-01 00:00:00+0000

Profiles

-Value[x]
*Bundle: Imaging Report Minimal Metadata

Source1

{
  "resourceType": "DocumentReference",
  "id": "RenderableFormatWithBasicMetadata",
  "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://unstructured-report.example.com"
    }
  ],
  "status": "current",
  "modality": [
    {
      "coding": [
        {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "code": "CT"
        }
      ]
    }
  ],
  "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/PatientUnstructuredReport"
  },
  "bodySite": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "774007"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "38266002"
          }
        ]
      }
    }
  ],
  "date": "2024-01-01T00:00:00Z",
  "custodian": {
    "reference": "Organization/OrganizationUnstructuredReport"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/fhir+json",
        "language": "de",
        "url": "./Bundle/bundle-report-minimal-metadata-unstructured",
        "creation": "2024-01-01T00:00:00Z"
      },
      "profile": [
        {
          "valueCanonical": "http://hl7.eu/fhir/imaging-r5/StructureDefinition/BundleReportMinimalMetadataEuImaging"
        }
      ]
    }
  ]
}