type: codesystemcodesystem: note-type
Note Type
- Official URL: http://hl7.org/fhir/note-type
- Version: 6.0.0
- Status: draft
- Name: NoteType
- Title: Note Type
- Description: The presentation types of notes.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| display | Display | Display the note. |
| Print (Form) | Print the note on the form. | |
| printoper | Print (Operator) | Print the note for the operator. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="note-type"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="fm"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="2"/>
</extension>
<url value="http://hl7.org/fhir/note-type"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.16"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.16"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.2.8"/>
</identifier>
<version value="6.0.0"/>
<name value="NoteType"/>
<title value="Note Type"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2021-01-05T10:01:24+11:00"/>
<description value="The presentation types of notes."/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/note-type"/>
<content value="complete"/>
<concept>
<code value="display"/>
<display value="Display"/>
<definition value="Display the note."/>
</concept>
<concept>
<code value="print"/>
<display value="Print (Form)"/>
<definition value="Print the note on the form."/>
</concept>
<concept>
<code value="printoper"/>
<display value="Print (Operator)"/>
<definition value="Print the note for the operator."/>
</concept>
</CodeSystem>