FHIR Cross-Version Extensions package for FHIR R4 from FHIR R2
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R2 - Version 0.0.1-snapshot-2. See the Directory of published versions

CodeSystem: answer-format

Official URL: http://hl7.org/fhir/answer-format Version: 1.0.2
Standards status: Informative Maturity Level: 0 Computable Name: answer-format

This Code system is referenced in the content logical definition of the following value sets:

Properties

This code system defines the following properties for its concepts

NameCodeURIType
status status http://hl7.org/fhir/concept-properties#status code
Inactive inactive http://hl7.org/fhir/concept-properties#inactive boolean
effectiveDate effectiveDate http://hl7.org/fhir/concept-properties#effectiveDate dateTime
deprecationDate deprecationDate http://hl7.org/fhir/concept-properties#deprecationDate dateTime
retirementDate retirementDate http://hl7.org/fhir/concept-properties#retirementDate dateTime
Not Selectable notSelectable http://hl7.org/fhir/concept-properties#notSelectable boolean
Parent parent http://hl7.org/fhir/concept-properties#parent code
Child child http://hl7.org/fhir/concept-properties#child code
partOf partOf http://hl7.org/fhir/concept-properties#partOf code
synonym synonym http://hl7.org/fhir/concept-properties#synonym code
comment comment http://hl7.org/fhir/concept-properties#comment string
itemWeight itemWeight http://hl7.org/fhir/concept-properties#itemWeight decimal

Concepts

This case-sensitive code system http://hl7.org/fhir/answer-format defines the following codes:

CodeDisplayDefinition
boolean Boolean Answer is a yes/no answer.
decimal Decimal Answer is a floating point number.
integer Integer Answer is an integer.
date Date Answer is a date.
dateTime Date Time Answer is a date and time.
instant Instant Answer is a system timestamp.
time Time Answer is a time (hour/minute/second) independent of date.
string String Answer is a short (few words to short sentence) free-text entry.
text Text Answer is a long (potentially multi-paragraph) free-text entry (still captured as a string).
url Url Answer is a url (website, FTP site, etc.).
choice Choice Answer is a Coding drawn from a list of options.
open-choice Open Choice Answer is a Coding drawn from a list of options or a free-text entry.
attachment Attachment Answer is binary content such as a image, PDF, etc.
reference Reference Answer is a reference to another resource (practitioner, organization, etc.).
quantity Quantity Answer is a combination of a numeric value and unit, potentially with a comparator (<, >, etc.).