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

FHIR IG analytics

Packagehl7.fhir.us.pacio-pfe
Resource TypeDeviceRequest
IdDeviceRequest-PFEIG-DeviceRequest-LingraphicaTouchTalk.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: DeviceRequest PFEIG-DeviceRequest-LingraphicaTouchTalk

PFEDeviceRequestLocation: Skilled nursing facility

PFEDeviceRequestUser

PFEDeviceRequestClinicalJustification

  • note: A Lingraphica TouchTalk AAC device is requested to support the patient's communication during speech-language therapy.

basedOn: ServiceRequest Speech therapy assessment (procedure)

status: Active

intent: Order

priority: Routine

code: Device: manufacturer = Lingraphica; modelNumber = TouchTalk; type = Communication and information assistive device (physical object)

subject: Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)

occurrence: 2024-07-18

authoredOn: 2024-07-17

requester: PractitionerRole Speech and language therapist

note:

Order for a Lingraphica TouchTalk AAC device.


Source1

{
  "resourceType": "DeviceRequest",
  "id": "PFEIG-DeviceRequest-LingraphicaTouchTalk",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-device-request"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-device-request-location",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
            "code": "SNF",
            "display": "Skilled nursing facility"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "user",
          "valueReference": {
            "reference": "Patient/PFEIG-patientBSJ1"
          }
        },
        {
          "url": "relationship",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/deviceassociation-relationship",
                "code": "used-by",
                "display": "Used By"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-device-request-user"
    },
    {
      "extension": [
        {
          "url": "note",
          "valueString": "A Lingraphica TouchTalk AAC device is requested to support the patient's communication during speech-language therapy."
        }
      ],
      "url": "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-device-request-clinical-justification"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/PFEIG-ServiceRequest-SNFDischargeCallSLPRefer"
    }
  ],
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "codeReference": {
    "reference": "Device/PFEIG-CMS-Device-LingraphicaTouchTalk"
  },
  "subject": {
    "reference": "Patient/PFEIG-patientBSJ1"
  },
  "occurrenceDateTime": "2024-07-18",
  "authoredOn": "2024-07-17",
  "requester": {
    "reference": "PractitionerRole/PFEIG-Role-SLP-JennyGlass"
  },
  "note": [
    {
      "text": "Order for a Lingraphica TouchTalk AAC device."
    }
  ]
}