@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Device ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "XDokExampleDevice"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://elga.moped.at/StructureDefinition/MopedDeviceXDok"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: Device XDokExampleDevice

status: Active

Names

-ValueType
*XDokRegistered name

category: Software

type: XDok

Versions

-Value
*1.0
"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:name ( [ fhir:value [ fhir:v "XDok" ] ; fhir:type [ fhir:v "registered-name" ] ] ) ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/device-category"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "software" ] ] ) ] ) ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "https://elga.moped.at/CodeSystem/MopedDeviceTypesCS"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "XDok" ] ] ) ] ) ; # fhir:version ( [ fhir:value [ fhir:v "1.0" ] ] ) . # # -------------------------------------------------------------------------------------