Release 5 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Example NamingSystem/example-id (Turtle)

Maturity Level : N/A
Responsible Owner: Terminology Infrastructure Work Group Standards Status : Informative Compartments : No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification )

Example of naming system for an identifier

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:NamingSystem ;

<http://hl7.org/fhir/NamingSystem/example-id> a fhir:NamingSystem ;

  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-id"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      <p>\n        \n        <b>Australian IHI Number</b>\n      \n      </p>\n      \n      \n      <p> oid: 1.2.36.1.2001.1003.0</p>\n      \n      \n      <p> uri: http://ns.electronichealth.net.au/id/hi/ihi/1.0</p>\n    \n    \n    </div>"

     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      <p>\n        \n        <b>Australian IHI Number</b>\n      \n      </p>\n      \n      \n      <p> oid: 1.2.36.1.2001.1003.0</p>\n      \n      \n      <p> uri: http://ns.electronichealth.net.au/id/hi/ihi/1.0</p>\n    \n    \n    </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "vocab"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/NamingSystem/example-id"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/NamingSystem/example-id>

  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/NamingSystem/example-id"^^xsd:anyURI] ; # 

  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;

     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;

     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.22.3" ]
  ] ) ; # 
  fhir:name [ fhir:v "AustalianHealthcareIdentifierIndividual"] ; # 
  fhir:title [ fhir:v "Austalian Healthcare Identifier - Individual"] ; # 

  fhir:name [ fhir:v "AustralianHealthcareIdentifierIndividual"] ; # 
  fhir:title [ fhir:v "Australian Healthcare Identifier - Individual"] ; # 

  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "identifier"] ; # 
  fhir:date [ fhir:v "2015-08-31"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Australia on behalf of NEHTA"] ; # 

  fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; # 

  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Australia FHIR Team" ] ;

     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7-australia.wikispaces.com/FHIR+Australia" ]

       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]

     ] )
  ] ) ; # 
  fhir:responsible [ fhir:v "HI Service Operator / NEHTA"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;

       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
       ] ;

       fhir:code [ fhir:v "NI" ] ;
       fhir:display [ fhir:v "National unique individual identifier" ]
     ] ) ;
     fhir:text [ fhir:v "IHI" ]
  ] ; # 
  fhir:description [ fhir:v "Australian HI Identifier as established by relevant regulations etc."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;

       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;

       fhir:code [ fhir:v "AU" ]
     ] )
  ] ) ; # 
  fhir:usage [ fhir:v "Used in Australia for identifying patients"] ; # 
  fhir:uniqueId ( [
     fhir:type [ fhir:v "oid" ] ;
     fhir:value [ fhir:v "1.2.36.1.2001.1003.0" ] ;
     fhir:comment [ fhir:v "This value is used in Australian CDA documents" ]
  ] [
     fhir:type [ fhir:v "uri" ] ;
     fhir:value [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ] ;
     fhir:preferred [ fhir:v "true"^^xsd:boolean ] ;

     fhir:preferred [ fhir:v true ] ;

     fhir:period [
       fhir:start [ fhir:v "2015-08-21"^^xsd:date ]
     ]
  ] )] . # 

  ] ) . # 


# -------------------------------------------------------------------------------------


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.