FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-servicerequest-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ServiceRequest",
"id": "example-servicerequest-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/servicerequest-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/ServiceRequest",
"value": "SR123456"
}
],
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"requester": {
"reference": "Practitioner/example-practitioner-ca-core"
},
"performer": [
{
"reference": "Practitioner/example-practitioner-ca-core-2"
}
],
"category": [
{
"coding": [
{
"code": "363679005",
"system": "http://snomed.info/sct",
"display": "Imaging (procedure)"
}
]
}
],
"code": {
"coding": [
{
"code": "24627-2",
"system": "http://loinc.org",
"display": "CT Chest"
}
]
},
"authoredOn": "2024-03-27T09:00:00-07:00",
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"locationReference": [
{
"reference": "Location/example-location-ca-core"
}
],
"reasonCode": [
{
"coding": [
{
"code": "162573006",
"system": "http://snomed.info/sct",
"display": "Suspected lung cancer (situation)"
}
]
}
],
"reasonReference": [
{
"reference": "Observation/example-observation-tobaccouse-ca-core"
}
],
"note": [
{
"text": "Patient is a smoker for 17 years",
"authorReference": {
"reference": "Practitioner/example-practitioner-ca-core"
}
}
]
}