FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-os-scenario2.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest os-scenario2
instantiatesCanonical: Activity Example Order Service AD
status: Active
intent: Proposal
category: Evaluation
code: Assessment of passive range of motion
subject: Example Patient Female, DoB: 1990-10-01
occurrence: 2016-09-27
authoredOn: 2016-09-20
reasonCode: assessment of mobility limitations due to osteoarthritis
bodySite: Both knees
{
"resourceType": "ServiceRequest",
"id": "os-scenario2",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"instantiatesCanonical": [
"http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-orderservice-ad"
],
"status": "active",
"intent": "proposal",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386053000",
"display": "Evaluation procedure (procedure)"
}
],
"text": "Evaluation"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "710830005",
"display": "Assessment of passive range of motion (procedure)"
}
],
"text": "Assessment of passive range of motion"
},
"subject": {
"reference": "Patient/os-scenario2-patient"
},
"occurrenceDateTime": "2016-09-27",
"authoredOn": "2016-09-20",
"reasonCode": [
{
"text": "assessment of mobility limitations due to osteoarthritis"
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36701003",
"display": "Both knees (body structure)"
}
],
"text": "Both knees"
}
]
}