Extensions can be made to resource definitions to enable other data to be represented that can not be represented using the standard resource attributes.
Patient
age |
<extension url="http://oridashi.com.au/fhir/Profile/patient-extensions#age"> <!-- 0..1 Context: DataType = Quantity -->
<valueQuantity><!-- age of patient with specified units -->
<value value="[decimal]"/><!-- 0..1 Numerical value (with implicit precision) -->
<units value="[string]"/><!-- 0..1 Age units [a|mo|wk|d] -->
</valueQuantity>
</extension>
|
indigenous status |
<extension url="http://oridashi.com.au/fhir/Profile/patient-extensions#indigenous-status">
<valueCoding>
<system value="http://oridashi.com.au/system/code/meteor/indigenous-status" />
<code value="[string]"/> <!-- 1..1 Ethinicity code -->
<display value="[string]" /> <!-- 1..1 Ethinicity display name -->
</valueCoding>
</extension>
Code | Display Name |
1 | Aboriginal but not Torres Strait Islander origin |
2 | Torres Strait Islander but not Aboriginal origin |
3 | Both Aboriginal and Torres Strait Islander origin |
4 | Neither Aboriginal nor Torres Strait Islander origin |
9 | Not stated/inadequately described |
Conformance
MedicationPrescription
|