@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CDAEntityCode"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: ValueSet CDAEntityCode

This value set includes codes based on the following rules:

  • Import all the codes that are contained in CDAMaterialEntityClassType
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-EntityCode
    CodeDisplayDefinition
    BEDBed LocationThe location of a bed
    BLDGBuilding LocationThe location of a building
    FLOORFloor LocationThe location of a floor of a building
    ROOMRoom LocationThe location of a room
    WINGWing LocationThe 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
    HHOLDhouseholdThe group of persons who occupy a single housing unit.
    NATNationEntityTypeCodes identifying nation states. Allows for finer grained specification of Entity with classcode <= NAT

    *Example:*ISO3166 country codes.
    RELIGreligious institutionAn organization that provides religious rites of worship.
    PRACPractitionerGroup
" ] ; # fhir:url [ fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDAEntityCode"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "CDAEntityCode"] ; # fhir:title [ fhir:v "CDAEntityCode"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-08-29T09:46:41+10:00"^^xsd:dateTime] ; # 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:link ] ) ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityCode"^^xsd:anyURI ] ; 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" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------