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

FHIR IG analytics

Packagehl7.fhir.us.eltss.r4b
Resource TypeServiceRequest
IdServiceRequest-service4.json
FHIR VersionR4B

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 "service4" Version "1" Updated "2020-09-03 10:16:03-0400"

Information Source: #KZ0jzPjXDrhCiMif!

Profile: ServiceRequest_eltss

status: active

intent: plan

code: therapeutic exercises to improve balance skills (Current Procedural Terminology (CPT®)#97110)

quantity: 1 visit (Details: http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl code C25716 = 'C25716')/1 week (Details: UCUM code wk = 'wk')

subject: Patient/patientBSJ1 " SMITH-JOHNSON"

occurrence: 2020-05-01 --> 2020-08-01

performer: Practitioner/provider4 " TRAINER"

reasonReference: Condition/need1

supportingInfo:


Source1

{
  "resourceType": "ServiceRequest",
  "id": "service4",
  "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.ama-assn.org/go/cpt",
        "code": "97110"
      }
    ],
    "text": "therapeutic exercises to improve balance skills"
  },
  "quantityRatio": {
    "numerator": {
      "value": 1,
      "unit": "visit",
      "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
      "code": "C25716"
    },
    "denominator": {
      "value": 1,
      "unit": "week",
      "system": "http://unitsofmeasure.org",
      "code": "wk"
    }
  },
  "subject": {
    "reference": "Patient/patientBSJ1"
  },
  "occurrencePeriod": {
    "start": "2020-05-01",
    "end": "2020-08-01"
  },
  "performer": [
    {
      "reference": "Practitioner/provider4"
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/need1"
    }
  ],
  "supportingInfo": [
    {
      "reference": "Goal/goal1"
    },
    {
      "reference": "Goal/goal2"
    },
    {
      "reference": "Claim/claim3"
    }
  ]
}