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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeImagingStudy
IdImagingStudy-mammography.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": "ImagingStudy",
  "id": "mammography",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-imaging-study"
    ]
  },
  "identifier": [
    {
      "system": "urn:dicom:uid",
      "value": "1234"
    }
  ],
  "extension": [
    {
      "valueIdentifier": {
        "type": {
          "coding": [
            {
              "code": "ACSN",
              "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
              "display": "Accession ID"
            }
          ]
        }
      },
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-accession-number"
    }
  ],
  "status": "available",
  "modality": [
    {
      "system": "https://dicom.nema.org",
      "code": "MG",
      "display": "Mammography"
    }
  ],
  "subject": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "encounter": {
    "reference": "Encounter/breast-screaning"
  },
  "started": "2020-06-20T12:49:00+02:00",
  "basedOn": [
    {
      "reference": "ServiceRequest/456"
    }
  ],
  "referrer": {
    "reference": "Practitioner/practitioner-md"
  },
  "interpreter": [
    {
      "reference": "Practitioner/practitioner-md"
    }
  ],
  "numberOfSeries": 1,
  "numberOfInstances": 4,
  "procedureCode": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "39152-4",
          "display": "FFD mammogram Breast Diagnostic"
        }
      ]
    }
  ],
  "location": {
    "reference": "Location/hospital-unit"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "89164003",
          "display": "Breast lump"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/9876"
    }
  ],
  "series": [
    {
      "uid": "1.2.840.113619.2.55.3.283116435.20230215154500.3",
      "number": 1,
      "modality": {
        "system": "https://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html",
        "code": "MG",
        "display": "Mammography"
      },
      "numberOfInstances": 4,
      "bodySite": {
        "system": "http://snomed.info/sct",
        "code": "361716006",
        "display": "Entire left breast"
      },
      "started": "2020-06-20T12:49:00+02:00",
      "performer": [
        {
          "actor": {
            "reference": "Practitioner/practitioner-md"
          }
        }
      ],
      "instance": [
        {
          "uid": "1.2.840.118719.2.55.3.283116435.20230215159800.5",
          "sopClass": {
            "system": "urn:ietf:rfc:3986",
            "code": "urn:oid:1.2.840.10008.5.1.4.1.1.1.2",
            "display": "Digital Mammography X-Ray Image Storage - For Presentation"
          },
          "number": 1
        },
        {
          "uid": "1.2.840.118719.2.55.3.283116435.20230215159800.6",
          "sopClass": {
            "system": "urn:ietf:rfc:3986",
            "code": "urn:oid:1.2.840.10008.5.1.4.1.1.1.2",
            "display": "Digital Mammography X-Ray Image Storage - For Presentation"
          },
          "number": 2
        },
        {
          "uid": "1.2.840.118719.2.55.3.283116435.20230215159800.7",
          "sopClass": {
            "system": "urn:ietf:rfc:3986",
            "code": "urn:oid:1.2.840.10008.5.1.4.1.1.1.2",
            "display": "Digital Mammography X-Ray Image Storage - For Presentation"
          },
          "number": 3
        },
        {
          "uid": "1.2.840.118719.2.55.3.283116435.20230215159800.8",
          "sopClass": {
            "system": "urn:ietf:rfc:3986",
            "code": "urn:oid:1.2.840.10008.5.1.4.1.1.1.2",
            "display": "Digital Mammography X-Ray Image Storage - For Presentation"
          },
          "number": 4
        }
      ]
    }
  ],
  "description": "Routine diagnostic mammography exam following reported breast lump",
  "note": [
    {
      "text": "Patient reported slight discomfort during compression"
    }
  ]
}