FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-location-status.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-location-status.html |
| URL | http://hl7.org/fhir/location-status |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | LocationStatus |
| Title | LocationStatus |
| Realm | uv |
| Authority | hl7 |
| Description | Indicates whether the location is still in use. |
| Content | complete |
| CodeSystem | |
| location-status-cs | Location status translations |
| ValueSet | |
| location-status-vs | Location status |
| location-status | LocationStatus |
| hpi-location-status-code | HPI Location Status |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem location-status
This case-sensitive code system http://hl7.org/fhir/location-status defines the following codes:
| Code | Display | Definition |
| active | Active | The location is operational. |
| suspended | Suspended | The location is temporarily closed. |
| inactive | Inactive | The location is no longer used. |
{
"resourceType": "CodeSystem",
"id": "location-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pa"
}
],
"url": "http://hl7.org/fhir/location-status",
"version": "4.0.1",
"name": "LocationStatus",
"title": "LocationStatus",
"status": "draft",
"experimental": false,
"date": "2019-11-01T08:29:23+10:00",
"publisher": "Patient Administration",
"contact": [
{
"name": "Patient Administration",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description": "Indicates whether the location is still in use.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/location-status|4.3.0",
"content": "complete",
"concept": [
{
"code": "active",
"display": "Active",
"definition": "The location is operational."
},
{
"code": "suspended",
"display": "Suspended",
"definition": "The location is temporarily closed."
},
{
"code": "inactive",
"display": "Inactive",
"definition": "The location is no longer used."
}
]
}