@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Device ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ALEX"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.medtechglobal.com/StructureDefinition/medtech-device-ips"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Device ALEX

DeviceNames

-NameType
*Application Layer Exchangeother
"^^rdf:XMLLiteral ] ; # fhir:deviceName ( [ fhir:name [ fhir:v "Application Layer Exchange" ] ; fhir:type [ fhir:v "other" ] ] ) . # # -------------------------------------------------------------------------------------