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

FHIR IG analytics

Packagehl7.fhir.uv.ips
Resource TypeImagingStudy
IdImagingStudy-TII-ImagingStudy-5-1.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: ImagingStudy TII-ImagingStudy-5-1

Language: en

Profile: ImagingStudy (IPS)

identifier: DICOM Unique Id/urn:oid:2.16.840.1.113883.2.9.999.1.12345

status: Available

subject: Alexander Heig Male, DoB: 1957 ( http://trilliumbridge.eu/fhir/demos/eumfh/inject#39-07)

procedureCode: SPECT Heart perfusion and wall motion at rest and W stress and W Tl-201 IV and W Tc-99m Sestamibi IV

reasonCode: Chest pain, hypertension, type II diabetes mellitus.

Series

-UidModalityBodySite
*2.16.840.1.113883.2.9.999.2.12345DICOM NM: Nuclear MedicineSNOMED CT 80891009: Heart

Source1

{
  "resourceType": "ImagingStudy",
  "id": "TII-ImagingStudy-5-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/ImagingStudy-uv-ips"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:dicom:uid",
      "value": "urn:oid:2.16.840.1.113883.2.9.999.1.12345"
    }
  ],
  "status": "available",
  "subject": {
    "reference": "Patient/eumfh-39-07"
  },
  "procedureCode": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "49569-7",
          "display": "SPECT Heart perfusion and wall motion at rest and W stress and W Tl-201 IV and W Tc-99m Sestamibi IV"
        }
      ]
    }
  ],
  "reasonCode": [
    {
      "text": "Chest pain, hypertension, type II diabetes mellitus."
    }
  ],
  "series": [
    {
      "uid": "2.16.840.1.113883.2.9.999.2.12345",
      "modality": {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "NM",
        "display": "Nuclear Medicine"
      },
      "bodySite": {
        "system": "http://snomed.info/sct",
        "code": "80891009",
        "display": "Heart"
      }
    }
  ]
}