FHIR IG analytics| Package | hl7.fhir.us.dme-orders |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-HomeHealth.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest
Resource ServiceRequest "HomeHealth" Version "2" Updated "2020-08-09 22:54:52+0000"
Profile: PAO ServiceRequest
identifier: id: 56ae5855-9f20-41e4-a59d-000e36d9d85a
status: active
intent: order
priority: routine
code: Referral for home nurse visit (SNOMED CT#417153003)
orderDetail: Referral for home physical therapy (SNOMED CT#416790000; Current Procedural Terminology (CPT®)#97039 "Physical therapy treatment"; Current Procedural Terminology (CPT®)#92507 "Speech/hearing therapy")
subject: Patient/example1: Amy Shaw " SHAW"
encounter: Encounter/Inpatient
occurrence: 2020-05-08 09:33:27+0700
authoredOn: 2020-04-05
requester: Practitioner/practitioner-1: Ronald Bone, MD " BONE"
note: It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com)
patientInstruction: Test patient instruction
{
"resourceType": "ServiceRequest",
"id": "HomeHealth",
"meta": {
"versionId": "2",
"lastUpdated": "2020-08-09T22:54:52.762Z",
"profile": [
"http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "56ae5855-9f20-41e4-a59d-000e36d9d85a"
}
],
"status": "active",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "417153003",
"display": "Referral for home nurse visit"
}
]
},
"orderDetail": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "416790000",
"display": "Referral for home physical therapy"
},
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "97039",
"display": "Physical therapy treatment"
},
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "92507",
"display": "Speech/hearing therapy"
}
]
}
],
"subject": {
"reference": "Patient/example1",
"display": "Amy Shaw"
},
"encounter": {
"reference": "Encounter/Inpatient"
},
"occurrenceDateTime": "2020-05-08T09:33:27+07:00",
"authoredOn": "2020-04-05",
"requester": {
"reference": "Practitioner/practitioner-1",
"display": "Ronald Bone, MD"
},
"note": [
{
"text": "It's very easy to make some words **bold** and other words *italic* with Markdown. You can even [link to Google!](http://google.com)"
}
],
"patientInstruction": "Test patient instruction"
}