FHIR IG analytics| Package | ca.on.mi.pkg |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-order1-submission.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}