This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Namingsystem-example-id.ttl
Example
DeviceDefinition/example
(XML)
Raw
Turtle
XML
(+
(
canonical
form
+
also
see
Turtle/RDF
XML
Format
Specification
)
Example
of
naming
system
for
an
identifier
General
DeviceDefinition
example
(id
=
"example")
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/NamingSystem/example-id> a fhir:NamingSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "example-id"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>Australian IHI Number</b>\n </p>\n \n <p> oid: 1.2.36.1.2001.1003.0</p>\n \n <p> uri: http://ns.electronichealth.net.au/id/hi/ihi/1.0</p>\n \n </div>"
];
fhir:NamingSystem.name [ fhir:value "Austalian Healthcare Identifier - Individual"];
fhir:NamingSystem.status [ fhir:value "active"];
fhir:NamingSystem.kind [ fhir:value "identifier"];
fhir:NamingSystem.date [ fhir:value "2015-08-31"^^xsd:date];
fhir:NamingSystem.publisher [ fhir:value "HL7 Australia on behalf of NEHTA"];
fhir:NamingSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 Australia FHIR Team" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7-australia.wikispaces.com/FHIR+Australia" ]
]
];
fhir:NamingSystem.responsible [ fhir:value "HI Service Operator / NEHTA"];
fhir:NamingSystem.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "NI" ];
fhir:Coding.display [ fhir:value "National unique individual identifier" ]
];
fhir:CodeableConcept.text [ fhir:value "IHI" ]
];
fhir:NamingSystem.description [ fhir:value "Australian HI Identifier as established by relevant regulations etc."];
fhir:NamingSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "AU" ]
]
];
fhir:NamingSystem.usage [ fhir:value "Used in Australia for identifying patients"];
fhir:NamingSystem.uniqueId [
fhir:index 0;
fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ];
fhir:NamingSystem.uniqueId.value [ fhir:value "1.2.36.1.2001.1003.0" ];
fhir:NamingSystem.uniqueId.comment [ fhir:value "This value is used in Australian CDA documents" ]
], [
fhir:index 1;
fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ];
fhir:NamingSystem.uniqueId.value [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ];
fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ];
fhir:NamingSystem.uniqueId.period [
fhir:Period.start [ fhir:value "2015-08-21"^^xsd:date ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/NamingSystem/example-id.ttl> a owl:Ontology;
owl:imports fhir:fhir.ttl;
owl:versionIRI <http://build.fhir.org/NamingSystem/example-id.ttl> .
# -------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<DeviceDefinition xmlns="http://hl7.org/fhir">
<id value="example"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="oo"/>
</extension>
<identifier>
<value value="0"/>
</identifier>
<status value="active"/>
<experimental value="true"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/orders"/>
</telecom>
</contact>
<deviceName>
<name value="Example Device Name"/>
<type>
<coding>
<system value="http://hl7.org/fhir/device-nametype"/>
<code value="registered-name"/>
</coding>
</type>
</deviceName>
<version/>
<deviceVersion>
<type>
<coding>
<system value="http://hl7.org/fhir/device-version-type"/>
<code value="hardware"/>
</coding>
</type>
<value value="v1.2.3"/>
</deviceVersion>
<url value="http://hl7.org/fhir/DeviceDefinition/example"/>
<hasPart>
<definitionCanonical value="http://hl7.org/fhir/DeviceDefinition/example-prodspec"/>
</hasPart>
<manufacturer>
<reference value="Organization/example"/>
</manufacturer>
<modelNumber value="Model123"/>
<partNumber value="Part456"/>
<publisher value="HL7 International / Orders and Observations"/>
<conformsTo>
<specification>
<coding>
<system value="urn:iso:std:iso:11073:10101"/>
<code value="528388"/>
<display value="MDC_DEV_SPEC_PROFILE_PULS_OXIM"/>
</coding>
</specification>
<version value="3.0"/>
<category>
<coding>
<system value="http://hl7.org/fhir/device-specification-category"/>
<code value="exchange"/>
</coding>
</category>
</conformsTo>
</
DeviceDefinition
>
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.