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

FHIR IG analytics

Packageca.on.mi.pkg
Resource TypeServiceRequest
IdServiceRequest-order1.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": "ServiceRequest",
  "id": "order1",
  "meta": {
    "profile": [
      "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-ServiceRequest|0.9.0"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "ACSN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Accession ID"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10",
      "value": "1111-111-111"
    }
  ],
  "code": {
    "coding": [
      {
        "extension": [
          {
            "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
            "valueCode": "local"
          }
        ],
        "code": "IMG011001",
        "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10.5",
        "display": "CT ABDOMEN PELVIS W IV CONTRAST"
      },
      {
        "extension": [
          {
            "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
            "valueCode": "provincial"
          }
        ],
        "system": "http://ontariohealth.ca/fhir/CodeSystem/procedure-type-mi-provincial",
        "code": "100200",
        "display": "CT Abdomen Pelvis with Contrast"
      },
      {
        "extension": [
          {
            "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
            "valueCode": "sct"
          }
        ],
        "system": "http://snomed.info/sct",
        "code": "432370003",
        "display": "Computed tomography of abdomen and pelvis with contrast (procedure)"
      }
    ]
  },
  "category": [
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
          "valueCoding": {
            "code": "360037004",
            "system": "http://snomed.info/sct",
            "display": "Imaging modality"
          }
        }
      ],
      "coding": [
        {
          "code": "CT",
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "display": "Computed Tomography"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
          "valueCoding": {
            "code": "394658006",
            "system": "http://snomed.info/sct",
            "display": "Clinical specialty"
          }
        }
      ],
      "coding": [
        {
          "code": "394914008",
          "system": "http://snomed.info/sct",
          "display": "Radiology"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
          "valueCoding": {
            "code": "272427006",
            "system": "http://snomed.info/sct",
            "display": "Anatomical part descriptor"
          }
        }
      ],
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "818983003",
          "display": "Structure of abdominopelvic cavity and/or content of abdominopelvic cavity and/or anterior abdominal wall (body structure)"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
          "valueCoding": {
            "code": "272427006",
            "system": "http://snomed.info/sct",
            "display": "Anatomical part descriptor"
          }
        }
      ],
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "12921003",
          "display": "Structure of pelvis (body structure)"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-category-type",
          "valueCoding": {
            "code": "263543005",
            "system": "http://snomed.info/sct",
            "display": "Contrast used"
          }
        }
      ],
      "coding": [
        {
          "code": "31874001",
          "system": "http://snomed.info/sct",
          "display": "True (qualifier value)"
        }
      ]
    }
  ],
  "requisition": {
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code": "PLAC",
          "display": "Placer Identifier"
        }
      ]
    },
    "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10",
    "value": "1111-111-111"
  },
  "status": "active",
  "intent": "order",
  "subject": {
    "reference": "Patient/patient1"
  },
  "encounter": {
    "reference": "Encounter/encounter1"
  },
  "authoredOn": "2023-01-01",
  "requester": {
    "reference": "PractitionerRole/practrole1c"
  },
  "performer": [
    {
      "reference": "Organization/org1"
    }
  ],
  "locationReference": [
    {
      "reference": "Location/location1"
    }
  ]
}