NatureOfPS-lm

Official URL: http://fire.ly/fhir/firely-ig-gen/models/CodeSystem/NatureOfPS-lm Version: 0.1.0
Parent: Computable Name:

NatureOfPSLm

Preliminary code system for the nature/context of Patient Summary generation (eHN A.1.4.3). Value set not yet formally defined by eHN.

Concepts

This code system http://fire.ly/fhir/firely-ig-gen/models/CodeSystem/NatureOfPS-lm defines the following codes:

CodeDisplayDefinition
humanHumanThe Patient Summary was created by a health professional without automated assistance.
automaticAutomaticThe Patient Summary was generated automatically by a system without direct human authoring.
mixedMixedThe Patient Summary was generated through a combination of automated and human-authored content.
{
"resourceType": "CodeSystem",
"id": "NatureOfPS-lm",
"url": "http://fire.ly/fhir/firely-ig-gen/models/CodeSystem/NatureOfPS-lm",
"version": "0.1.0",
"name": "NatureOfPSLm",
"title": "Nature Of Patient Summary (Logical Model)",
"status": "draft",
"description": "Preliminary code system for the nature/context of Patient Summary generation (eHN A.1.4.3). Value set not yet formally defined by eHN.",
"content": "complete",
"concept": [
{
"code": "human",
"display": "Human",
"definition": "The Patient Summary was created by a health professional without automated assistance."
},
{
"code": "automatic",
"display": "Automatic",
"definition": "The Patient Summary was generated automatically by a system without direct human authoring."
},
{
"code": "mixed",
"display": "Mixed",
"definition": "The Patient Summary was generated through a combination of automated and human-authored content."
}
]
}
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="NatureOfPS-lm" />
<url value="http://fire.ly/fhir/firely-ig-gen/models/CodeSystem/NatureOfPS-lm" />
<version value="0.1.0" />
<name value="NatureOfPSLm" />
<title value="Nature Of Patient Summary (Logical Model)" />
<status value="draft" />
<description value="Preliminary code system for the nature/context of Patient Summary generation (eHN A.1.4.3). Value set not yet formally defined by eHN." />
<content value="complete" />
<code value="human" />
<display value="Human" />
<definition value="The Patient Summary was created by a health professional without automated assistance." />
</concept>
<code value="automatic" />
<display value="Automatic" />
<definition value="The Patient Summary was generated automatically by a system without direct human authoring." />
</concept>
<code value="mixed" />
<display value="Mixed" />
<definition value="The Patient Summary was generated through a combination of automated and human-authored content." />
</concept>
</CodeSystem>
CodeSystem
CodeSystem.id[0]NatureOfPS-lm
CodeSystem.url[0]http://fire.ly/fhir/firely-ig-gen/models/CodeSystem/NatureOfPS-lm
CodeSystem.version[0]0.1.0
CodeSystem.name[0]NatureOfPSLm
CodeSystem.title[0]Nature Of Patient Summary (Logical Model)
CodeSystem.status[0]draft
CodeSystem.description[0]Preliminary code system for the nature/context of Patient Summary generation (eHN A.1.4.3). Value set not yet formally defined by eHN.
CodeSystem.content[0]complete
CodeSystem.concept[0].code[0]human
CodeSystem.concept[0].display[0]Human
CodeSystem.concept[0].definition[0]The Patient Summary was created by a health professional without automated assistance.
CodeSystem.concept[1].code[0]automatic
CodeSystem.concept[1].display[0]Automatic
CodeSystem.concept[1].definition[0]The Patient Summary was generated automatically by a system without direct human authoring.
CodeSystem.concept[2].code[0]mixed
CodeSystem.concept[2].display[0]Mixed
CodeSystem.concept[2].definition[0]The Patient Summary was generated through a combination of automated and human-authored content.