FHIR IG analytics| Package | hl7.fhir.us.eltss |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-service1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest
ResourceServiceRequest "service1" Version"1" Updated"2020-09-03 10:16:03-0400"
Information Source: #KZ0jzPjXDrhCiMif!
Profile: ServiceRequest_eltss
Eltss_directedBy: self ()
status: active
intent: plan
code: Bath tub wall rail, each (Healthcare Common Procedure Coding System (HCPCS) level II alphanumeric codes#E0241)
quantity: 1 install (Details: NCI Thesaurus codeC81906 = 'Deploy')
subject: Patient/patientBSJ1 " SMITH-JOHNSON"
occurrence: 2020-05-01 --> 2020-12-31
performer: RelatedPerson/son1 " CHARLES"
locationReference: Location/location1 "In Home"
supportingInfo: RiskAssessment/risk1
{
"resourceType": "ServiceRequest",
"id": "service1",
"meta": {
"versionId": "1",
"lastUpdated": "2020-09-03T10:16:03.512-04:00",
"source": "#KZ0jzPjXDrhCiMif",
"profile": [
"http://hl7.org/fhir/us/eltss/StructureDefinition/ServiceRequest-eltss"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/eltss/StructureDefinition/eltss-directedBy",
"valueCodeableConcept": {
"text": "self"
}
}
],
"status": "active",
"intent": "plan",
"code": {
"coding": [
{
"system": "http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
"code": "E0241"
}
],
"text": "Bath tub wall rail, each"
},
"quantityQuantity": {
"value": 1,
"unit": "install",
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code": "C81906"
},
"subject": {
"reference": "Patient/patientBSJ1"
},
"occurrencePeriod": {
"start": "2020-05-01",
"end": "2020-12-31"
},
"performer": [
{
"reference": "RelatedPerson/son1"
}
],
"locationReference": [
{
"reference": "Location/location1"
}
],
"supportingInfo": [
{
"reference": "RiskAssessment/risk1"
}
]
}