Skup koncepata Tipovi poruke za ponovno otvaranje slučaja
Skup koncepata Tipovi poruke za ponovno otvaranje slučaja koristi se kod ponovnog otvaranja ranije zatvorenog slučaja.
Uključuje sljedeće kodove definirane u http://ent.hr/fhir/CodeSystem/ehe-message-types:
Code | Display |
---|---|
2.8 | Reopen health issue after delete |
2.9 | Reopen health issue after resolve |
Specifikacija profila
ValueSet |
id : health-issue-management-reopen-message-types |
url : http://ent.hr/fhir/ValueSet/health-issue-management-reopen-message-types |
version : 0.1 |
name : EHEHIManagementReopenMessageTypes |
title : Message types used for reopen health issue |
status : draft |
experimental : False |
description : Message types used for reopen health issue |
compose |
include |
system : http://ent.hr/fhir/CodeSystem/ehe-message-types |
concept |
code : 2.8 |
display : Reopen health issue after delete |
concept |
code : 2.9 |
display : Reopen health issue after resolve |
<ValueSet xmlns="http://hl7.org/fhir"> <id value="health-issue-management-reopen-message-types" /> <url value="http://ent.hr/fhir/ValueSet/health-issue-management-reopen-message-types" /> <version value="0.1" /> <name value="EHEHIManagementReopenMessageTypes" /> <title value="Message types used for reopen health issue" /> <status value="draft" /> <experimental value="false" /> <description value="Message types used for reopen health issue" /> <compose> <include> <system value="http://ent.hr/fhir/CodeSystem/ehe-message-types" /> <concept> <code value="2.8" /> <display value="Reopen health issue after delete" /> </concept> <concept> <code value="2.9" /> <display value="Reopen health issue after resolve" /> </concept> </include> </compose> </ValueSet>
{ "resourceType": "ValueSet", "id": "health-issue-management-reopen-message-types", "url": "http://ent.hr/fhir/ValueSet/health-issue-management-reopen-message-types", "version": "0.1", "name": "EHEHIManagementReopenMessageTypes", "title": "Message types used for reopen health issue", "status": "draft", "experimental": false, "description": "Message types used for reopen health issue", "compose": { "include": [ { "system": "http://ent.hr/fhir/CodeSystem/ehe-message-types", "concept": [ { "code": "2.8", "display": "Reopen health issue after delete" }, { "code": "2.9", "display": "Reopen health issue after resolve" } ] } ] } }