FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/CDAEntityCode

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDAEntityCode
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDAEntityCode.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDAEntityCode
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDAEntityCode
TitleCDAEntityCode
Realmau
Authoritynational
DescriptionA value representing the specific kind of Entity the instance represents.

Resources that use this resource

StructureDefinition
AuthoringDeviceAuthoringDevice (CDA Class)
DeviceDevice (CDA Class)
EntityEntity (CDA Class)
PlayingEntityPlayingEntity (CDA Class)
au-AuthoringDeviceADHA AuthoringDevice (CDA Class)
au-EntityADHA Entity (CDA Class)
au-PlayingEntityADHA PlayingEntity (CDA Class)

Resources that this resource uses

CodeSystem
v3-EntityCodeEntityCode
v3-EntityCodeEntityCode
ValueSet
CDAMaterialEntityClassTypeCDAMaterialEntityClassType

Narrative

Note: links and images are rebased to the (stated) source

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

Source

{
  "resourceType": "ValueSet",
  "id": "CDAEntityCode",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ns.electronichealth.net.au/cda/ImplementationGuide/au.digitalhealth.cda.schema"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/cda/stds/core/ValueSet/CDAEntityCode",
  "version": "1.0.0",
  "name": "CDAEntityCode",
  "title": "CDAEntityCode",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "description": "A value representing the specific kind of Entity the instance represents.",
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.org/cda/stds/core/ValueSet/CDAMaterialEntityClassType"
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-EntityCode",
        "concept": [
          {
            "code": "BED"
          },
          {
            "code": "BLDG"
          },
          {
            "code": "FLOOR"
          },
          {
            "code": "ROOM"
          },
          {
            "code": "WING"
          },
          {
            "code": "HHOLD"
          },
          {
            "code": "NAT"
          },
          {
            "code": "RELIG"
          },
          {
            "code": "PRAC"
          }
        ]
      }
    ]
  }
}