@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Task; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "InterweaveSocialCareAssessmentExample-HD"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "InterweaveSocialCareAssessmentExample-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-SocialCareAssessment"; fhir:index 0 ], [ fhir:value "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Task-1"; 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 "extensions" ]; fhir:Narrative.div "

Generated Narrative

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

Profiles: InterweaveSocialCareAssessment, CareConnect-Task-1

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

ExtensionInterweaveSocialCareAssessmentOutcome: Progress to Reablement/ST-Max (InterweaveSocialCareAssessmentOutcome#PRO-R)

status: completed

intent: plan

code: Hospital Discharge Assessment (InterweaveSocialCareAssessmentType#HD)

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

executionPeriod: 2022-07-07 09:00:00+0000 --> 2022-07-07 11:00:00+0000

authoredOn: 2022-07-08 09:00:00+0000

lastModified: 2022-07-10 09:00:00+0000

owner: InterweaveSocialCareOrganisationalTeamExampleMS: The reablement team

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "https://fhir.yhcr.nhs.uk/StructureDefinition/Extension-Interweave-SocialCareAssessmentOutcome" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://fhir.yhcr.nhs.uk/CodeSystem/Interweave-SocialCareAssessmentOutcome-1" ]; fhir:Coding.code [ fhir:value "PRO-R" ]; fhir:Coding.display [ fhir:value "Progress to Reablement/ST-Max" ] ] ] ]; fhir:Task.status [ fhir:value "completed"]; fhir:Task.intent [ fhir:value "plan"]; fhir:Task.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://fhir.yhcr.nhs.uk/CodeSystem/Interweave-SocialCareAssessmentType-1" ]; fhir:Coding.code [ fhir:value "HD" ]; fhir:Coding.display [ fhir:value "Hospital Discharge Assessment" ] ]; fhir:CodeableConcept.text [ fhir:value "Hospital Discharge Assessment" ] ]; fhir:Task.for [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/InterweavePatientExample-MustSupport" ]; fhir:Reference.display [ fhir:value "Mr Fred BLOGGS" ] ]; fhir:Task.executionPeriod [ fhir:Period.start [ fhir:value "2022-07-07T09:00:00Z"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2022-07-07T11:00:00Z"^^xsd:dateTime ] ]; fhir:Task.authoredOn [ fhir:value "2022-07-08T09:00:00Z"^^xsd:dateTime]; fhir:Task.lastModified [ fhir:value "2022-07-10T09:00:00Z"^^xsd:dateTime]; fhir:Task.owner [ fhir:Reference.reference [ fhir:value "InterweaveSocialCareOrganisationalTeamExampleMS" ]; fhir:Reference.display [ fhir:value "The reablement team" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------