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

FHIR IG analytics

Packageca.on.mi.pkg
Resource TypeServiceRequest
IdServiceRequest-order1-submission.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-submission",
  "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": "123456789"
    }
  ],
  "code": {
    "coding": [
      {
        "extension": [
          {
            "url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-mi-code-type",
            "valueCode": "local"
          }
        ],
        "code": "IMG011002",
        "system": "urn:oid:2.16.840.1.113883.3.239.23.18.10.5",
        "display": "CT ABDOMEN PELVIS W IV CONTRAST"
      }
    ]
  },
  "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": "123456789"
  },
  "status": "active",
  "intent": "original-order",
  "subject": {
    "reference": "Patient/patient1"
  },
  "encounter": {
    "reference": "Encounter/encounter1"
  },
  "authoredOn": "2023-05-12",
  "requester": {
    "reference": "PractitionerRole/practrole1"
  },
  "performer": [
    {
      "reference": "Organization/org2"
    }
  ]
}