FHIR IG analytics| Package | hl7.fhir.us.eltss.r4b |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-service2.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest
Resource ServiceRequest "service2" Version "1" Updated "2020-09-03 10:16:03-0400"
Information Source: #KZ0jzPjXDrhCiMif!
Profile: ServiceRequest_eltss
status: active
intent: plan
code: Non-emergency transportation; encounter/trip (HCFA Procedure Codes (HCPCS)#T2003)
quantity: 2 trips (Details: http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl code C141286 = 'C141286')/1 month (Details: UCUM code mo = 'mo')
subject: Patient/patientBSJ1 " SMITH-JOHNSON"
occurrence: 2020-07-01 --> 2020-12-31
performer: Organization/provider2a "The Transporter, Inc."
reasonReference: Condition/need1
insurance: Coverage/coverage1
supportingInfo: Claim/claim1
note: Service provider will provide a reminder the business day before the trip, and will call when on the way.
{
"resourceType": "ServiceRequest",
"id": "service2",
"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": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/HCPCS-all-codes",
"code": "T2003"
}
],
"text": "Non-emergency transportation; encounter/trip"
},
"quantityRatio": {
"numerator": {
"value": 2,
"unit": "trips",
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code": "C141286"
},
"denominator": {
"value": 1,
"unit": "month",
"system": "http://unitsofmeasure.org",
"code": "mo"
}
},
"subject": {
"reference": "Patient/patientBSJ1"
},
"occurrencePeriod": {
"start": "2020-07-01",
"end": "2020-12-31"
},
"performer": [
{
"reference": "Organization/provider2a"
}
],
"reasonReference": [
{
"reference": "Condition/need1"
}
],
"insurance": [
{
"reference": "Coverage/coverage1"
}
],
"supportingInfo": [
{
"reference": "Claim/claim1"
}
],
"note": [
{
"text": "Service provider will provide a reminder the business day before the trip, and will call when on the way."
}
]
}