Difference between revisions of "Hiasobi Extensions"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) (→Patient) |
Brett Esler (Talk | contribs) (→Patient) |
||
Line 18: | Line 18: | ||
<valueCoding> | <valueCoding> | ||
<system value="http://oridashi.com.au/system/code/meteor/indigenous-status" /> | <system value="http://oridashi.com.au/system/code/meteor/indigenous-status" /> | ||
− | <code value="[string]"/> <!-- 1..1 | + | <code value="[string]"/> <!-- 1..1 indigenous status code --> |
− | <display value="[string]" /> <!-- 1..1 | + | <display value="[string]" /> <!-- 1..1 indigenous status display name --> |
</valueCoding> | </valueCoding> | ||
</extension> | </extension> | ||
Line 34: | Line 34: | ||
</td></tr> | </td></tr> | ||
− | <tr><td> | + | <tr><td>ethnicity |
− | http://oridashi.com.au/fhir/Profile/patient-extensions#ethnicity | + | <extension url="http://oridashi.com.au/fhir/Profile/patient-extensions#ethnicity"> <!-- 0..1 Context: DataType = Coding --> |
+ | <valueCoding/> <!-- 1..1 ethnicity code --> | ||
+ | </extension> | ||
</td></tr> | </td></tr> | ||
</table> | </table> |
Revision as of 11:21, 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"> <!-- 0..1 Context: DataType = Coding --> <valueCoding> <system value="http://oridashi.com.au/system/code/meteor/indigenous-status" /> <code value="[string]"/> <!-- 1..1 indigenous status code --> <display value="[string]" /> <!-- 1..1 indigenous status display name --> </valueCoding> </extension>
| ||||||||||||
ethnicity
<extension url="http://oridashi.com.au/fhir/Profile/patient-extensions#ethnicity"> <valueCoding/> </extension> |
Conformance
cis-system-identifier | http://oridashi.com.au/fhir/Profile/conformance-extensions#cis-system-identifier Coded system type identifier |
cis-instance-identifier | http://oridashi.com.au/fhir/Profile/conformance-extensions#cis-instance-identifier Unique database instance identifier |
cis-database | http://oridashi.com.au/fhir/Profile/conformance-extensions#cis-database CIS database details |
cis-version | http://oridashi.com.au/fhir/Profile/conformance-extension#cis-version Version of the CIS software |
MedicationPrescription
regulation24 | http://oridashi.com.au/fhir/Profile/medicationprescription-extensions#regulation24 Boolean prescription is regulation 24 |
longterm | http://oridashi.com.au/fhir/Profile/medicationprescription-extensions#longterm Boolean medication is long term use |
pbsstatus | http://oridashi.com.au/fhir/Profile/medicationprescription-extensions#pbsstatus Coded pbs payer status |