FHIR IG Statistics: ValueSet/CDAEntityCode
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
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
Code | Display | Definition |
BED | Bed Location | The location of a bed |
BLDG | Building Location | The location of a building |
FLOOR | Floor Location | The location of a floor of a building |
ROOM | Room Location | The location of a room |
WING | Wing Location | 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 |
HHOLD | household | The group of persons who occupy a single housing unit. |
NAT | NationEntityType | Codes identifying nation states. Allows for finer grained specification of Entity with classcode <= NAT
*Example:*ISO3166 country codes. |
RELIG | religious institution | An organization that provides religious rites of worship. |
PRAC | PractitionerGroup | |
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"
}
]
}
]
}
}