Electronic Case Reporting (eCR)
3.0.0-ballot - STU 3 Ballot United States of America flag

Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: CodeSystem Properties Example

Page standards status: Informative

Raw ttl | Download


@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/CodeSystem/codesystem-properties-example> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "codesystem-properties-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-codesystem" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-codesystem>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem codesystem-properties-example</b></p><a name=\"codesystem-properties-example\"> </a><a name=\"hccodesystem-properties-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/ph-library/2.0.0-snapshot/StructureDefinition-us-ph-codesystem.html\">US Public Health CodeSystem</a></p></div><p>This case-insensitive code system <code>http://example.org/fhir/us/ecr/CodeSystem/codesystem-properties-example</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">type<a name=\"codesystem-properties-example-type\"> </a></td><td>Type of public health jurisdiction</td><td>Type of public health jurisdiction</td></tr><tr><td style=\"white-space:nowrap\">state<a name=\"codesystem-properties-example-state\"> </a></td><td>USPS Two Letter Alphabetic Codes</td><td>USPS Two Letter Alphabetic Codes</td></tr><tr><td style=\"white-space:nowrap\">postalcode<a name=\"codesystem-properties-example-postalcode\"> </a></td><td>Postal code within the public health jurisdiction</td><td>Postal code within the public health jurisdiction</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:Extension.valueCode [ fhir:value "pher" ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:Extension.valueCode [
       fhir:value "informative" ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
         fhir:Extension.valueCanonical [
           fhir:value "http://hl7.org/fhir/us/ecr/ImplementationGuide/hl7.fhir.us.ecr" ;
           fhir:link <http://hl7.org/fhir/us/ecr/ImplementationGuide/hl7.fhir.us.ecr>
         ]
       ]
     ]
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://example.org/fhir/us/ecr/CodeSystem/codesystem-properties-example"] ;
  fhir:CodeSystem.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.40.46.16.15" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "3.0.0-ballot"] ;
  fhir:CodeSystem.name [ fhir:value "SystemPropertiesExample"] ;
  fhir:CodeSystem.title [ fhir:value "CodeSystem Properties Example"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-03T20:08:57+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "HL7 International / Public Health"] ;
  fhir:CodeSystem.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "HL7 International / Public Health" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ]
     ], [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "pher@lists.HL7.org" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "This code system is an example of a codesystem that contains the property codes used in the US Public Health terminology."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "US" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "type" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Type of public health jurisdiction" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Type of public health jurisdiction" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "state" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "USPS Two Letter Alphabetic Codes" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "USPS Two Letter Alphabetic Codes" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "postalcode" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Postal code within the public health jurisdiction" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Postal code within the public health jurisdiction" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/codesystem-properties-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/codesystem-properties-example.ttl> .