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

Generated Narrative

identifier: id: ed6f4f50c6cb47dd89cb5d8f3007ecb0

modelNumber: ADVault RR Portal

Versions

-Value
*1.0

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

" ]; fhir:Device.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.6" ]; fhir:Identifier.value [ fhir:value "ed6f4f50c6cb47dd89cb5d8f3007ecb0" ] ]; fhir:Device.modelNumber [ fhir:value "ADVault RR Portal"]; fhir:Device.version [ fhir:index 0; fhir:Device.version.value [ fhir:value "1.0" ] ]; fhir:Device.owner [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/Example-Smith-Johnson-OrganizationCustodian1" ]; fhir:Reference.display [ fhir:value "ADVault, Inc." ] ] . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------