FHIR IG analytics| Package | hl7.fhir.us.phcp |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-phcp-servicerequest-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
identifier: id: urn:uuid:70bdd7db-e02d-4eff-9829-35e3b7d9e154
status: active
intent: plan
code: Referral to self-management support service
occurrence: 2016-12-01
requester: Generated Summary: doc@example.org
{
"resourceType": "ServiceRequest",
"id": "phcp-servicerequest-example",
"meta": {
"versionId": "1",
"lastUpdated": "2020-02-11T23:02:58.162+00:00",
"source": "#5cj21qBnjZMlQ9w6",
"profile": [
"http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-ServiceRequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:70bdd7db-e02d-4eff-9829-35e3b7d9e154"
}
],
"status": "active",
"intent": "plan",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "733901008",
"display": "Referral to self-management support service"
}
]
},
"subject": {
"reference": "Patient/phcp-patient-example"
},
"occurrenceDateTime": "2016-12-01",
"requester": {
"reference": "PractitionerRole/phcp-practitionerrole-example"
}
}