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

FHIR IG analytics

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

identifier: URI/ihe:urn:oid:1.2.840.10008.5.1.4.1.1.2

status: Current

modality: Ultrasound

type: US|Finger|Multisection|Laterality:ANY

category: images, IMAGES

subject: Banaan Aarbei Citroen Female, DoB: 2002-01-01 ( Medical Record number: 454a8e3b-0669-68bc-c3de-3f51e3b766f5 (use: usual, ))

content

Attachments

-ContentTypeUrl
*application/fhir+json./ImagingStudy/1/$generate-fhir-manifest

Profiles

-Value[x]
*Bundle: Imaging Manifest

Source1

{
  "resourceType": "DocumentReference",
  "id": "Example1-DocumentReference",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImManifestDocumentReference"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "ihe:urn:oid:1.2.840.10008.5.1.4.1.1.2"
    }
  ],
  "status": "current",
  "modality": [
    {
      "coding": [
        {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "code": "US",
          "display": "Ultrasound"
        }
      ]
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LG51714-0",
        "display": "US|Finger|Multisection|Laterality:ANY"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "ihe:urn:oid:1.3.6.1.4.1.19376.1.2.6.1",
          "code": "images"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "ihe:urn:oid:1.3.6.1.4.1.19376.1.2.6.1",
          "code": "IMAGES"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/patient"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/fhir+json",
        "url": "./ImagingStudy/1/$generate-fhir-manifest"
      },
      "profile": [
        {
          "valueCanonical": "http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImImagingStudyManifest"
        }
      ]
    }
  ]
}