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

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r4
Resource TypeDocumentReference
IdDocumentReference-UnstructuredReportExample.json
FHIR VersionR4

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 UnstructuredReportExample

Cross-version Extension for R5.DocumentReference.modality for use in FHIR R4: Computed Tomography

identifier: Uniform Resource Identifier (URI)/http://unstructured-report.example.com (use: official, )

status: Current

type: Diagnostic imaging study

category: Reports

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

custodian: Organization Rediologie Zentrum Bremen

content

Attachments

-ContentTypeLanguageUrlCreation
*application/pdfGerman./Binary/unstructured-pdf2024-01-01 00:00:00+0000

Generated Narrative: Patient #PatientUnstructuredReport

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



Generated Narrative: Organization #OrganizationUnstructuredReport

name: Rediologie Zentrum Bremen

contact

telecom: ph: 0421 / 84 13 13 04, fax: 0421 / 84 13 13 84, radiologiezentrum-bremen.de

address: Schwachhauser Heerstr. 54, 28209 Bremen


Source1

{
  "resourceType": "DocumentReference",
  "id": "UnstructuredReportExample",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/imaging-r4/StructureDefinition/UnstructuredDocumentReferenceEuImaging"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "PatientUnstructuredReport",
      "meta": {
        "profile": [
          "http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"
        ]
      },
      "name": [
        {
          "use": "official",
          "text": "Jane Doe",
          "family": "Doe",
          "given": [
            "Jane"
          ]
        }
      ],
      "birthDate": "1976-04-29"
    },
    {
      "resourceType": "Organization",
      "id": "OrganizationUnstructuredReport",
      "meta": {
        "profile": [
          "http://hl7.eu/fhir/base/StructureDefinition/organization-eu-core"
        ]
      },
      "name": "Rediologie Zentrum Bremen",
      "contact": [
        {
          "telecom": [
            {
              "system": "phone",
              "value": "0421 / 84 13 13 04"
            },
            {
              "system": "fax",
              "value": "0421 / 84 13 13 84"
            },
            {
              "system": "url",
              "value": "radiologiezentrum-bremen.de"
            }
          ],
          "address": {
            "type": "physical",
            "text": "Schwachhauser Heerstr. 54, 28209 Bremen",
            "line": [
              "Schwachhauser Heerstr. 54"
            ],
            "_line": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                    "valueString": "Schwachhauser Heerstr."
                  },
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                    "valueString": "54"
                  }
                ]
              }
            ],
            "city": "Bremen",
            "postalCode": "28209"
          }
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DocumentReference.modality",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "CT"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "http://unstructured-report.example.com"
    }
  ],
  "status": "current",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "18748-4",
        "display": "Diagnostic imaging study"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "urn:oid:1.3.6.1.4.1.19376.1.2.6.1",
          "code": "REPORTS",
          "display": "Reports"
        }
      ]
    }
  ],
  "subject": {
    "reference": "#PatientUnstructuredReport"
  },
  "custodian": {
    "reference": "#OrganizationUnstructuredReport"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "language": "de",
        "url": "./Binary/unstructured-pdf",
        "creation": "2024-01-01T00:00:00Z"
      }
    }
  ]
}