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

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r5
Resource TypeDiagnosticReport
IdDiagnosticReport-DiagnosticReportMinimalMetadata.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

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:

Organization Rediologie Zentrum Bremen

Studies:
  • Identifier: DUI/1.2.840.113619.2.55.3.604688123.783.1704067200.1
Presented form:
  • application/pdf @ ./Binary/BinaryUnstructuredReport

Source1

{
  "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"
    }
  ]
}