FHIR IG analytics| Package | ca.on.oh-olis |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
%Some xhtml content%
{
"resourceType": "ServiceRequest",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-ServiceRequest|2.0.0"
],
"lastUpdated": "2017-08-22T16:10:38+00:00"
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://ehealthontario.ca/lab/test-request-id-lab-license-4004",
"value": "1231-R1",
"assigner": {
"reference": "Organization/Org1"
}
}
],
"requisition": {
"system": "http://ehealthontario.ca/lab/report-id-lab-license-4004",
"value": "11111121",
"assigner": {
"reference": "Organization/Org1"
}
},
"status": "unknown",
"_status": {
"extension": [
{
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ext-lab-request-status",
"valueCoding": {
"system": "http://hl7.org/fhir/diagnostic-report-status",
"code": "final",
"display": "Final"
}
}
]
},
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://ehealthontario.ca/lab/test-request-codes",
"code": "TR11663-2",
"display": "Electrolytes"
}
]
},
"subject": {
"reference": "Patient/patient-1"
},
"encounter": {
"reference": "Encounter/Encounter-1"
},
"occurrenceDateTime": "2017-08-22T12:10:41-04:00",
"authoredOn": "2017-08-22T12:10:41-04:00",
"requester": {
"reference": "PractitionerRole/PractitionerRole-1"
},
"performer": [
{
"reference": "Organization/org-1"
}
],
"specimen": [
{
"reference": "Specimen/specimen-1"
}
],
"note": [
{
"text": "some note"
}
]
}