@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DocumentReference; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Example-Smith-Johnson-DocRef-DocumentReference"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

masterIdentifier: id: 5367-047e62ccf09d4b39a8add708a69b7f38-1

identifier: id: 5367-047e62ccf09d4b39a8add708a69b7f38-1, id: 0e37bb3e-1e36-46c6-b0f5-396d636a483b, id: 5367-047e62ccf09d4b39a8add708a69b7f38

status: current

docStatus: final

type: Living Will

category: Clinical Note

subject: Generated Summary: language: en-US; id: 047e62ccf09d4b39a8add708a69b7f38; active; Betsy Smith-Johnson ; BetsySJ@example.com; gender: female; birthDate: 1950-11-15; unknown

date: Nov 5, 2015, 7:52:20 AM

author: Generated Summary: id: ed6f4f50c6cb47dd89cb5d8f3007ecb0; modelNumber: ADVault RR Portal

authenticator: Generated Summary: id: 44444; active; name: MyDirectives.com; Phone: +1(202)776-7700

custodian: Generated Summary: id: 12c5dcee5089494ca1ca0cb428ed3fff; active; name: ADVault, Inc.; Phone: +1(202)776-7700

description: Living Will

securityLabel: normal

content

Attachments

-
*
" ]; fhir:DocumentReference.masterIdentifier [ fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.3.3208.101.1" ]; fhir:Identifier.value [ fhir:value "5367-047e62ccf09d4b39a8add708a69b7f38-1" ] ]; fhir:DocumentReference.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.3.3208.101.1" ]; fhir:Identifier.value [ fhir:value "5367-047e62ccf09d4b39a8add708a69b7f38-1" ] ], [ fhir:index 1; fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.3.3208.101.1" ]; fhir:Identifier.value [ fhir:value "0e37bb3e-1e36-46c6-b0f5-396d636a483b" ] ], [ fhir:index 2; fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.823.1.8561" ]; fhir:Identifier.value [ fhir:value "5367-047e62ccf09d4b39a8add708a69b7f38" ] ]; fhir:DocumentReference.status [ fhir:value "current"]; fhir:DocumentReference.docStatus [ fhir:value "final"]; fhir:DocumentReference.type [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:86533-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "86533-7" ]; fhir:Coding.display [ fhir:value "Living Will" ] ] ]; fhir:DocumentReference.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category" ]; fhir:Coding.code [ fhir:value "clinical-note" ]; fhir:Coding.display [ fhir:value "Clinical Note" ] ]; fhir:CodeableConcept.text [ fhir:value "Clinical Note" ] ]; fhir:DocumentReference.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/Example-Smith-Johnson-Patient1" ] ]; fhir:DocumentReference.date [ fhir:value "2015-11-05T15:52:20.000+00:00"^^xsd:dateTime]; fhir:DocumentReference.author [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Device/Example-Smith-Johnson-DocRef-Device1" ] ]; fhir:DocumentReference.authenticator [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/Example-Smith-Johnson-OrganizationCustodian1" ] ]; fhir:DocumentReference.custodian [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/Example-Smith-Johnson-OrganizationAssembler1" ] ]; fhir:DocumentReference.description [ fhir:value "Living Will"]; fhir:DocumentReference.securityLabel [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-Confidentiality" ]; fhir:Coding.code [ fhir:value "N" ]; fhir:Coding.display [ fhir:value "normal" ] ] ]; fhir:DocumentReference.content [ fhir:index 0; fhir:DocumentReference.content.attachment [ fhir:Attachment.contentType [ fhir:value "text/xml" ]; fhir:Attachment.url [ fhir:value "Binary/Example-Smith-Johnson-DocRef-Binary1" ] ] ] . a fhir:us . a fhir:us . a fhir:us . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------