FHIR IG Statistics: ValueSet/hr-encounter-status
Resources that use this resource
Resources that this resource uses
No resources found
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/encounter-status
Code | Display | Definition |
in-progress | In Progress | The Encounter has begun and the patient is present / the practitioner and the patient are meeting. |
finished | Finished | The Encounter has ended. |
entered-in-error | Entered in Error | This instance should not have been part of this patient's medical record. |
Source
{
"resourceType": "ValueSet",
"id": "hr-encounter-status",
"meta": {
"versionId": "9",
"lastUpdated": "2023-03-02T10:21:26.435+00:00",
"source": "#ctn7SgkFKOesZbbu"
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.cezih.hr/specifikacije/ValueSet/hr-encounter-status",
"identifier": [
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.2.7.60.2.116"
}
],
"version": "0.2.3",
"name": "HREncounterStatus",
"title": "Status posjete",
"status": "draft",
"experimental": false,
"date": "2024-01-25T14:50:58+00:00",
"contact": [
{
"name": "Krešimir Kerš",
"telecom": [
{
"system": "email",
"value": "kresimir.kers@ericsson.com"
}
]
}
],
"description": "Skup koncepata sadrži kodove koji definiraju status posjete",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "HR",
"display": "Croatia"
}
],
"text": "Croatia"
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/encounter-status",
"concept": [
{
"code": "in-progress",
"display": "In Progress"
},
{
"code": "finished",
"display": "Finished"
},
{
"code": "entered-in-error",
"display": "Entered in Error"
}
]
}
]
}
}