@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Device ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:versionId [ fhir:v "1799684833200430" ] ; fhir:lastUpdated [ fhir:v "2017-04-21T06:20:31.903+05:30"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-device-profile"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Normal" ] ] ) ; fhir:tag ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ; fhir:code [ fhir:v "New" ] ; fhir:display [ fhir:v "New" ] ] [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ; fhir:code [ fhir:v "Pencil" ] ; fhir:display [ fhir:v "Pencil" ] ] [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ; fhir:code [ fhir:v "NewPencil" ] ; fhir:display [ fhir:v "New Pencil" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Device Example1

version: versionId: id (PrimitiveType/Device.meta.versionId): element = id -> versionId=id[1799684833200430]; Last updated: 2017-04-21 06:20:31+0530

Profiles: US Core Implantable Device Profile, AthenaDevice

Tags: New (Details: EditTags code New = ' New ', stated as ' New '), Pencil (Details: EditTags code Pencil = ' Pencil ', stated as ' Pencil '), New Pencil (Details: EditTags code NewPencil = ' NewPencil ', stated as ' New Pencil ')

Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')

identifier: Unspecified Identifier/00643169007222

UdiCarriers

-DeviceIdentifierCarrierHRF
*00643169007222(01)00643169007222(17)160128(21)BLC200461I

status: Inactive

manufacturer: ABBOTT VASCULAR INC.

manufactureDate: 2017-04-21 06:20:31+0530

expirationDate: 2017-04-21 06:20:31+0530

lotNumber: A213B1

serialNumber: 12377

modelNumber: 1145350-28

type: Cardiac resynchronization therapy implantable defibrillator

Versions

-Value
*1145350-28

patient: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

note: Implantable device is installed

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "U" ] ; fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ; fhir:text [ fhir:v "Unspecified Identifier" ] ] ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/DEVICEIDENTIFIER/Training"^^xsd:anyURI ] ; fhir:value [ fhir:v "00643169007222" ] ] ) ; # fhir:udiCarrier ( [ fhir:deviceIdentifier [ fhir:v "00643169007222" ] ; fhir:carrierHRF [ fhir:v "(01)00643169007222(17)160128(21)BLC200461I" ] ] ) ; # fhir:status [ fhir:v "inactive" ; fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/devicestatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "I" ] ; fhir:display [ fhir:v "Inactive" ] ] ] ) ] ; # fhir:manufacturer [ fhir:v "ABBOTT VASCULAR INC."] ; # fhir:manufactureDate [ fhir:v "2017-04-21T06:20:31+05:30"^^xsd:dateTime] ; # fhir:expirationDate [ fhir:v "2017-04-21T06:20:31+05:30"^^xsd:dateTime] ; # fhir:lotNumber [ fhir:v "A213B1"] ; # fhir:serialNumber [ fhir:v "12377"] ; # fhir:modelNumber [ fhir:v "1145350-28"] ; # fhir:type [ fhir:text [ fhir:v "Cardiac resynchronization therapy implantable defibrillator" ] ] ; # fhir:version ( [ fhir:value [ fhir:v "1145350-28" ] ] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "Implantable device is installed" ] ] ) . # # -------------------------------------------------------------------------------------