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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeMedia
IdMedia-ultrasound.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Media",
  "id": "ultrasound",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-media"
    ]
  },
  "extension": [
    {
      "url": "http://nema.org/fhir/extensions#0002-0010",
      "valueUri": "urn:oid:1.2.840.10008.1.2.1"
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "text": "InstanceUID"
      },
      "system": "urn:dicom:uid",
      "value": "urn:oid:1.2.840.11361907579238403408700.3.1.04.19970327150033"
    },
    {
      "type": {
        "text": "accessionNo"
      },
      "system": "http://acme-imaging.com/accession/2012",
      "value": "1234567"
    },
    {
      "type": {
        "text": "studyId"
      },
      "system": "urn:dicom:uid",
      "value": "urn:oid:1.2.840.113619.2.21.848.34082.0.538976288.3"
    },
    {
      "type": {
        "text": "seriesId"
      },
      "system": "urn:dicom:uid",
      "value": "urn:oid:1.2.840.113619.2.21.3408.700.0.757923840.3.0"
    }
  ],
  "status": "completed",
  "modality": {
    "coding": [
      {
        "code": "US",
        "system": "http://dicom.nema.org/resources/ontology/DCM"
      }
    ]
  },
  "view": {
    "coding": [
      {
        "code": "399067008",
        "system": "http://snomed.info/sct",
        "display": "Lateral projection"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-isreali"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/chest-xray"
    }
  ],
  "encounter": {
    "reference": "Encounter/home-visit"
  },
  "device": {
    "display": "G.E. Medical Systems"
  },
  "height": 480,
  "width": 640,
  "content": {
    "contentType": "application/dicom",
    "url": "http://fhir.health.org.il/fhirex/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.1.04.19970327150033"
  },
  "createdDateTime": "2024-01-03T13:45:00+03:00",
  "bodySite": {
    "coding": [
      {
        "code": "818983003",
        "system": "http://snomed.info/sct",
        "display": "Structure of abdominopelvic cavity and/or content of abdominopelvic cavity and/or anterior abdominal wall (body structure)"
      }
    ]
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "21522001",
          "system": "http://snomed.info/sct",
          "display": "Abdominal pain (finding)"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Reviewed by AI module and flagged for secondary opinion"
    }
  ]
}