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

FHIR IG analytics

Packagefhir.onc.us-quality-core
Resource TypeImagingStudy
IdImagingStudy-example.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

CT Chest. John Smith (MRN: 09236). Accession: W12342398. Performed: 2011-01-01. 3 series, 12 images.

uid: urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045

patient: Patient/example

started: 01/01/2011

numberOfSeries: 1

numberOfInstances: 1

series

uid: urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630

number: 3

modality: CT

description: CT Surview 180

numberOfInstances: 1

bodySite: { SNOMED CT code '67734004' = 'Upper Trunk Structure' })

instance

uid: urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903

number: 1

sopClass: urn:oid:1.2.840.10008.5.1.4.1.1.2


Source1

{
  "resourceType": "ImagingStudy",
  "id": "example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-imagingstudy"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "available",
  "subject": {
    "reference": "Patient/example"
  },
  "started": "2011-01-01T11:01:20+03:00",
  "numberOfSeries": 1,
  "numberOfInstances": 1,
  "series": [
    {
      "uid": "2.16.124.113543.6003.2588828330.45298.17418.2723805630",
      "number": 3,
      "modality": {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "CT"
      },
      "description": "CT Surview 180",
      "numberOfInstances": 1,
      "bodySite": {
        "system": "http://snomed.info/sct",
        "code": "67734004",
        "display": "Upper Trunk Structure"
      }
    }
  ]
}