@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DeviceRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "InterweaveSocialCareEquipmentProvisionExample-Full"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "InterweaveSocialCareEquipmentProvisionExample-v1.0.0" ]; fhir:Meta.lastUpdated [ fhir:value "2022-02-01T09:37:00Z"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "https://fhir.yhcr.nhs.uk/StructureDefinition/Interweave-SocialCareEquipmentProvision"; fhir:index 0 ], [ fhir:value "https://www.hl7.org/fhir/STU3/devicerequest"; fhir:index 1 ]; fhir:Meta.tag [ fhir:index 0; fhir:Coding.system [ fhir:value "https://yhcr.nhs.uk/Source" ]; fhir:Coding.code [ fhir:value "ABC-01" ]; fhir:Coding.display [ fhir:value "Acme Ltd Data Systems" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://yhcr.nhs.uk/Provenance" ]; fhir:Coding.code [ fhir:value "212" ]; fhir:Coding.display [ fhir:value "Leeds City Council" ] ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource \"InterweaveSocialCareEquipmentProvisionExample-Full\" Version \"InterweaveSocialCareEquipmentProvisionExample-v1.0.0\" Updated \"2022-02-01 09:37:00+0000\"

Profiles: InterweaveSocialCareEquipmentProvision, https://www.hl7.org/fhir/STU3/devicerequest

Tags: https://yhcr.nhs.uk/Source, https://yhcr.nhs.uk/Provenance

identifier: id: XXX.OT-ABC123

status: active

code: Raised toilet seat, fixed (physical object) (SNOMED CT#705593007)

subject: Patient/InterweavePatientExample-MustSupport: Mr Fred BLOGGS \" BLOGGS\"

authoredOn: 2022-04-20

performer: Organization/InterweaveOrganizationalTeamExampleFull: The reablement team \"The reablement team\"

note: Equipment placed at daughter's home for regular weekend visiting.

" ]; fhir:DeviceRequest.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://fhir.yhcr.nhs.uk/Id/local-SocialCareEquipmentProvision-identifier" ]; fhir:Identifier.value [ fhir:value "XXX.OT-ABC123" ] ]; fhir:DeviceRequest.status [ fhir:value "active"]; fhir:DeviceRequest.codeCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:705593007; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "705593007" ]; fhir:Coding.display [ fhir:value "Raised toilet seat, fixed (physical object)" ] ] ]; fhir:DeviceRequest.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/InterweavePatientExample-MustSupport" ]; fhir:Reference.display [ fhir:value "Mr Fred BLOGGS" ] ]; fhir:DeviceRequest.authoredOn [ fhir:value "2022-04-20"^^xsd:date]; fhir:DeviceRequest.requester []; fhir:DeviceRequest.performer [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/InterweaveOrganizationalTeamExampleFull" ]; fhir:Reference.display [ fhir:value "The reablement team" ] ]; fhir:DeviceRequest.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "Equipment placed at daughter's home for regular weekend visiting." ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------