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

FHIR IG analytics

Packagehl7.fhir.us.eltss.r4
Resource TypeServiceRequest
IdServiceRequest-service1.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

Resource ServiceRequest "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 (HCFA Procedure Codes (HCPCS)#E0241)

quantity: 1 install (Details: http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl code C81906 = 'C81906')

subject: Patient/patientBSJ1 " SMITH-JOHNSON"

occurrence: 2020-05-01 --> 2020-12-31

performer: RelatedPerson/son1 " CHARLES"

locationReference: Location/location1 "In Home"

supportingInfo: RiskAssessment/risk1


Source1

{
  "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://terminology.hl7.org/CodeSystem/HCPCS-all-codes",
        "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"
    }
  ]
}