| Modifier and Type | Field and Description |
|---|---|
static String |
CODE_SYSTEM |
static String |
CODE_SYSTEM_NAME |
HL7_CODE_SYSTEM| Constructor and Description |
|---|
AMTv3Code(String code,
String displayName)
Creates an AMT version 3 based Code element.
Example: |
addTranslation, copy, fromOriginalText, getCode, getCodeSystem, getCodeSystemName, getCodeSystemVersion, getDisplayName, getOriginalText, getTranslations, isCoded, setCode, setCodeSystem, setCodeSystemName, setCodeSystemVersion, setDisplayName, setOriginalText, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddTranslation, setCode, setCodeSystem, setCodeSystemName, setCodeSystemVersion, setDisplayName, setOriginalTextgetCode, getCodeSystem, getCodeSystemName, getCodeSystemVersion, getDisplayName, getOriginalText, getTranslations, isCodedpublic static final String CODE_SYSTEM
public static final String CODE_SYSTEM_NAME
public AMTv3Code(String code, String displayName)
Code amt = new AMTV3Code("23641011000036102","paracetamol 500 mg + codeine phosphate 30 mg tablet");
will produce the following Hl7 element
<code code="23641011000036102"
codeSystem="1.2.36.1.2001.1004.100"
codeSystemName="Australian Medicines Terminology (AMT)"
displayName="paracetamol 500 mg + codeine phosphate 30 mg tablet">
Copyright © 2021. All rights reserved.