Difference between revisions of "Hiasobi Extensions"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) (M) |
Brett Esler (Talk | contribs) (→Patient) |
||
Line 23: | Line 23: | ||
</extension> | </extension> | ||
</pre> | </pre> | ||
− | <table> | + | <table border=1 cellspacing=0> |
<tr><th>Code</th><th>Display Name</th></tr> | <tr><th>Code</th><th>Display Name</th></tr> | ||
<tr><td>1</td><td>Aboriginal but not Torres Strait Islander origin</td></tr> | <tr><td>1</td><td>Aboriginal but not Torres Strait Islander origin</td></tr> | ||
Line 31: | Line 31: | ||
<tr><td>9</td><td>Not stated/inadequately described</td></tr> | <tr><td>9</td><td>Not stated/inadequately described</td></tr> | ||
<table> | <table> | ||
− | + | </tr> | |
− | + | ||
</table> | </table> | ||
Revision as of 10:41, 30 September 2014
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>
Conformance
MedicationPrescription
|