@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "ehealth-identifier"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Summary

Defining URLhttp://ehealth.sundhed.dk/fhir/NamingSystem/ehealth-identifier
Version2.5.0
NameeHealthIdentifier
Statusactive
Definition

The eHealth Identifier is assigned to certain domain resources in the eHealth Infrastructure and used when transforming to CDA document representation.

\n
PublisherSystematic | Trifork

Identifiers

TypeValue
OID1.2.208.176.7.200.1
URIhttp://ehealth.sundhed.dk/id/ehealth-identifier
" ]; fhir:NamingSystem.name [ fhir:value "eHealthIdentifier"]; fhir:NamingSystem.status [ fhir:value "active"]; fhir:NamingSystem.kind [ fhir:value "identifier"]; fhir:NamingSystem.date [ fhir:value "2020-01-07T00:00:00+00:00"^^xsd:dateTime]; fhir:NamingSystem.publisher [ fhir:value "Systematic | Trifork"]; fhir:NamingSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ] ] ]; fhir:NamingSystem.responsible [ fhir:value "ehealth.sundhed.dk"]; fhir:NamingSystem.description [ fhir:value "The eHealth Identifier is assigned to certain domain resources in the eHealth Infrastructure and used when transforming to CDA document representation."]; fhir:NamingSystem.uniqueId [ fhir:index 0; fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "1.2.208.176.7.200.1" ] ], [ fhir:index 1; fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "http://ehealth.sundhed.dk/id/ehealth-identifier" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------