FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.eltss
Resource TypeServiceRequest
IdServiceRequest-service2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ServiceRequest

ResourceServiceRequest "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 (Healthcare Common Procedure Coding System (HCPCS) level II alphanumeric codes#T2003)

quantity: 2 trips (Details: NCI Thesaurus codeC141286 = 'Transportation')/1 month (Details: UCUM codemo = '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.


Source1

{
  "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://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
        "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."
    }
  ]
}