@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 -------------------------------------------------------------------

<http://hl7.org/cda/stds/core/ValueSet/CDAEntityCode> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CDAEntityCode"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CDAEntityCode</b></p><a name=\"CDAEntityCode\"> </a><a name=\"hcCDAEntityCode\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-CDAMaterialEntityClassType.html\">CDAMaterialEntityClassType</a></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-EntityCode</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2.1.0, the version found through the package references\"> version ?2.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityCode.html#v3-EntityCode-BED\">BED</a></td><td style=\"color: #cccccc\">Bed Location</td><td>The location of a bed</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityCode.html#v3-EntityCode-BLDG\">BLDG</a></td><td style=\"color: #cccccc\">Building Location</td><td>The location of a building</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityCode.html#v3-EntityCode-FLOOR\">FLOOR</a></td><td style=\"color: #cccccc\">Floor Location</td><td>The location of a floor of a building</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityCode.html#v3-EntityCode-ROOM\">ROOM</a></td><td style=\"color: #cccccc\">Room Location</td><td>The location of a room</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityCode.html#v3-EntityCode-WING\">WING</a></td><td style=\"color: #cccccc\">Wing Location</td><td>The location of a wing of a building (e.g. East Wing). The same room number for the same floor number can be distinguished by wing number in some situations</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityCode.html#v3-EntityCode-HHOLD\">HHOLD</a></td><td style=\"color: #cccccc\">household</td><td>The group of persons who occupy a single housing unit.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityCode.html#v3-EntityCode-NAT\">NAT</a></td><td style=\"color: #cccccc\">NationEntityType</td><td>Codes identifying nation states. Allows for finer grained specification of Entity with classcode &lt;= NAT<br/><br/>*Example:*ISO3166 country codes.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityCode.html#v3-EntityCode-RELIG\">RELIG</a></td><td style=\"color: #cccccc\">religious institution</td><td>An organization that provides religious rites of worship.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-EntityCode.html#v3-EntityCode-PRAC\">PRAC</a></td><td style=\"color: #cccccc\">PractitionerGroup</td><td/></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDAEntityCode"^^xsd:anyURI ;
     fhir:l <http://hl7.org/cda/stds/core/ValueSet/CDAEntityCode>
  ] ; # 
  fhir:version [ fhir:v "2.0.3-sd"] ; # 
  fhir:name [ fhir:v "CDAEntityCode"] ; # 
  fhir:title [ fhir:v "CDAEntityCode"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-12T07:06:38+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health Level 7"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International - Structured Documents" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/structure" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "structdog@lists.HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A value representing the specific kind of Entity the instance represents."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:valueSet ( [
         fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDAMaterialEntityClassType"^^xsd:anyURI ;
         fhir:l <http://hl7.org/cda/stds/core/ValueSet/CDAMaterialEntityClassType>
       ] )
     ] [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityCode"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-EntityCode>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "BED" ]
       ] [
         fhir:code [ fhir:v "BLDG" ]
       ] [
         fhir:code [ fhir:v "FLOOR" ]
       ] [
         fhir:code [ fhir:v "ROOM" ]
       ] [
         fhir:code [ fhir:v "WING" ]
       ] [
         fhir:code [ fhir:v "HHOLD" ]
       ] [
         fhir:code [ fhir:v "NAT" ]
       ] [
         fhir:code [ fhir:v "RELIG" ]
       ] [
         fhir:code [ fhir:v "PRAC" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

