Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example NamingSystem/example-metadata (Turtle)

Vocabulary Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

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

Example Naming System Metadata

@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 -------------------------------------------------------------------

[a fhir:NamingSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-metadata"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablenamingsystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablenamingsystem>
     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: NamingSystem</b><a name=\"example-metadata\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource NamingSystem &quot;example-metadata&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablenamingsystem.html\">Shareable NamingSystem</a></p></div><p><b>url</b>: <code>http://hl7.org/fhir/NamingSystem/example-metadata</code></p><p><b>identifier</b>: id: urn:oid:2.16.840.1.113883.4.642.22.5</p><p><b>version</b>: 20210721</p><p><b>name</b>: ExampleMetadata</p><p><b>title</b>: Metadata Example</p><p><b>status</b>: draft</p><p><b>kind</b>: identifier</p><p><b>experimental</b>: true</p><p><b>date</b>: 2021-07-21</p><p><b>publisher</b>: FHIR (Example)</p><p><b>contact</b>: FHIR project team: <a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a></p><p><b>description</b>: This is an example naming system that illustrates usage of the metadata resource elements introduced in R5</p><p><b>approvalDate</b>: 2021-07-21</p><p><b>lastReviewDate</b>: 2022-07-21</p><p><b>effectivePeriod</b>: 2021-08-01 --&gt; 2022-07-31</p><p><b>topic</b>: Treatment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-definition-topic.html\">DefinitionTopic</a>#treatment)</span></p><p><b>author</b>: ACME NamingSystem Development: <a href=\"http://acme.org/development\">http://acme.org/development</a></p><p><b>editor</b>: ACME NamingSystem Management: <a href=\"http://acme.org/management\">http://acme.org/management</a></p><p><b>reviewer</b>: Society for Creative NamingSystem Review: <a href=\"http://example.org/scnr\">http://example.org/scnr</a></p><p><b>endorser</b>: National Foundation for NamingSystem Quality: <a href=\"http://example.org/nfnq\">http://example.org/nfnq</a></p><h3>RelatedArtifacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Resource</b></td></tr><tr><td>*</td><td>derived-from</td><td><a href=\"http://hl7.org/fhir/NamingSystem/example\">http://hl7.org/fhir/NamingSystem/example</a></td></tr></table><blockquote><p><b>uniqueId</b></p><p><b>type</b>: oid</p><p><b>value</b>: 1.2.3.4.5.6.7</p></blockquote><blockquote><p><b>uniqueId</b></p><p><b>type</b>: uri</p><p><b>value</b>: http://example.com/identifiers</p><p><b>preferred</b>: true</p></blockquote></div>"
  ]; # 
  fhir:NamingSystem.url [ fhir:value "http://hl7.org/fhir/NamingSystem/example-metadata"]; # 
  fhir:NamingSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.22.5" ]
  ]; # 
  fhir:NamingSystem.version [ fhir:value "20210721"]; # 
  fhir:NamingSystem.name [ fhir:value "ExampleMetadata"]; # 
  fhir:NamingSystem.title [ fhir:value "Metadata Example"]; # 
  fhir:NamingSystem.status [ fhir:value "draft"]; # 
  fhir:NamingSystem.kind [ fhir:value "identifier"]; # 
  fhir:NamingSystem.experimental [ fhir:value "true"^^xsd:boolean]; # 
  fhir:NamingSystem.date [ fhir:value "2021-07-21"^^xsd:date]; # 
  fhir:NamingSystem.publisher [ fhir:value "FHIR (Example)"]; # 
  fhir:NamingSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "FHIR project team" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ]; # 
  fhir:NamingSystem.description [ fhir:value "This is an example naming system that illustrates usage of the metadata resource elements introduced in R5"]; # 
  fhir:NamingSystem.approvalDate [ fhir:value "2021-07-21"^^xsd:date]; # 
  fhir:NamingSystem.lastReviewDate [ fhir:value "2022-07-21"^^xsd:date]; # 
  fhir:NamingSystem.effectivePeriod [
     fhir:Period.start [ fhir:value "2021-08-01"^^xsd:date ];
     fhir:Period.end [ fhir:value "2022-07-31"^^xsd:date ]
  ]; # 
  fhir:NamingSystem.topic [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/definition-topic" ];
       fhir:Coding.code [ fhir:value "treatment" ];
       fhir:Coding.display [ fhir:value "Treatment" ]
     ]
  ]; # 
  fhir:NamingSystem.author [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "ACME NamingSystem Development" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://acme.org/development" ]
     ]
  ]; # 
  fhir:NamingSystem.editor [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "ACME NamingSystem Management" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://acme.org/management" ]
     ]
  ]; # 
  fhir:NamingSystem.reviewer [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Society for Creative NamingSystem Review" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://example.org/scnr" ]
     ]
  ]; # 
  fhir:NamingSystem.endorser [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "National Foundation for NamingSystem Quality" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://example.org/nfnq" ]
     ]
  ]; # 
  fhir:NamingSystem.relatedArtifact [
     fhir:index 0;
     fhir:RelatedArtifact.type [ fhir:value "derived-from" ];
     fhir:RelatedArtifact.resource [
       fhir:value "http://hl7.org/fhir/NamingSystem/example";
       fhir:link <http://hl7.org/fhir/NamingSystem/example>
     ]
  ]; # 
  fhir:NamingSystem.uniqueId [
     fhir:index 0;
     fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "1.2.3.4.5.6.7" ]
  ], [
     fhir:index 1;
     fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "http://example.com/identifiers" ];
     fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ]
  ]] . # 

# - ontology header ------------------------------------------------------------

[a owl:Ontology;
  owl:imports fhir:fhir.ttl] .

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


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.