@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DocumentReference ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "InterweaveDocumentReferenceExample"] ; # fhir:meta [ fhir:versionId [ fhir:v "InterweaveDocumentReferenceExample-v1.0.0" ] ; fhir:lastUpdated [ fhir:v "2022-02-01T09:37:00Z"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://fhir.yhcr.nhs.uk/StructureDefinition/Interweave-DocumentReference"^^xsd:anyURI ] [ fhir:v "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-DocumentReference-1"^^xsd:anyURI ] ) ; fhir:tag ( [ fhir:system [ fhir:v "https://yhcr.nhs.uk/Source"^^xsd:anyURI ] ; fhir:code [ fhir:v "ABC-01" ] ; fhir:display [ fhir:v "Acme Ltd Data Systems" ] ] [ fhir:system [ fhir:v "https://yhcr.nhs.uk/Provenance"^^xsd:anyURI ] ; fhir:code [ fhir:v "RCB" ] ; fhir:display [ fhir:v "York and Scarborough Teaching Hospitals NHS Foundation Trust" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: DocumentReference

Resource DocumentReference "InterweaveDocumentReferenceExample" Version "InterweaveDocumentReferenceExample-v1.0.0" Updated "2022-02-01 09:37:00+0000"

Profiles: InterweaveDocumentReference, CareConnect-DocumentReference-1

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

status: current

docStatus: final

type: Discharge Letter (SNOMED CT#8237010000001)

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

indexed: 9 Jan 2022, 00:00:00

author: Practitioner/InterweavePractitionerExample: Dr Jane BLOGGS " BLOGGS"

content

Attachments

-ContentTypeUrl
*text/htmlhttps://my.server.com/documents/21f51e78-a46d-402c-aa22-dd43e0fec530

Contexts

-Encounter
*Encounter/InterweaveEncounterExample-MaturityLevel1
" ] ; # fhir:status [ fhir:v "current"] ; # fhir:docStatus [ fhir:v "final"] ; # fhir:type [ fhir:coding ( [ a sct:8237010000001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "8237010000001" ] ; fhir:display [ fhir:v "Discharge Letter" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/InterweavePatientExample-MustSupport" ] ; fhir:display [ fhir:v "Mr Fred BLOGGS" ] ] ; # fhir:indexed [ fhir:v "2022-01-09T00:00:00Z"^^xsd:dateTime] ; # fhir:author ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/InterweavePractitionerExample" ] ; fhir:display [ fhir:v "Dr Jane BLOGGS" ] ] ) ; # fhir:content ( [ fhir:attachment [ fhir:contentType [ fhir:v "text/html" ] ; fhir:url [ fhir:v "https://my.server.com/documents/21f51e78-a46d-402c-aa22-dd43e0fec530"^^xsd:anyURI ] ] ] ) ; # fhir:context [ fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/InterweaveEncounterExample-MaturityLevel1" ] ] ] . # # -------------------------------------------------------------------------------------