ACCESS Gateway EHR Specification HL7 FHIR® Implementation Guide-v1.0.0-WIP-draft
Toggle navigation
Table of Contents
Artifact List
Artifact List
General Lab Observation (Patient)
General Lab DiagnosticReport (Patient)
MedicationDispense (Patient)
MedicationDispense (Clinician)
MedicationRequest (Patient)
MedicationRequest (Clinician)
MedicationStatement (Patient)
MedicationStatement (Clinician)
Profiling Principles
Profiling Principles
Profiling Principles Labs
Profling Principles Medications
Change Classification Legend
FHIR Examples
FHIR Examples
DiagnosticReport (Patient) Example
Observation (Patient) Example
MedicationStatement (Clinician) Example
MedicationDispense (Clinician) Example
MedicationRequest (Clinician) Example
Transformation Considerations
Transformation Considerations
MedicationStatement Transformation Description
MedicationStatement CeRX <--> FHIR Considerations
MedicationDispense Transformation Description
MedicationDispense CeRX <--> FHIR Considerations
MedicationRequest Transformation Description
MedicationRequest CeRX <--> FHIR Considerations
Observation (Patient) Profile Example
<
Observation
xmlns
=
"
http://hl7.org/fhir
"
>
<
id
value
=
"
observation-gen-pat-example
"
/>
<
identifier
>
<
value
value
=
"
CBR2016ET0109:IA00002-R400.5000
"
/>
</
identifier
>
<
status
value
=
"
final
"
/>
<
category
>
<
coding
>
<
system
value
=
"
http://terminology.hl7.org/CodeSystem/observation-category
"
/>
<
code
value
=
"
laboratory
"
/>
<
display
value
=
"
Laboratory
"
/>
</
coding
>
</
category
>
<
code
>
<
coding
>
<
code
value
=
"
400.5000
"
/>
<
display
value
=
"
THYROID STIMULATING HORMONE
"
/>
</
coding
>
</
code
>
<
subject
>
<
reference
value
=
"
Patient/CB00350415
"
/>
<
display
value
=
"
David Lab
"
/>
</
subject
>
<
effectiveDateTime
value
=
"
2016-09-01T14:14:00-04:00
"
/>
<
valueQuantity
>
<
value
value
=
"
1.60
"
/>
<
unit
value
=
"
mIU/L
"
/>
<
system
value
=
"
http://unitsofmeasure.org
"
/>
</
valueQuantity
>
<
interpretation
>
<
coding
>
<
system
value
=
"
http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation
"
/>
<
code
value
=
"
N
"
/>
<
display
value
=
"
Normal
"
/>
</
coding
>
</
interpretation
>
<
specimen
>
<
reference
value
=
"
Specimen/CBR2016ET0109:IA00002R
"
/>
</
specimen
>
<
referenceRange
>
<
appliesTo
>
<
coding
>
<
system
value
=
"
http://terminology.hl7.org/CodeSystem/v2-0080
"
/>
<
code
value
=
"
A
"
/>
<
display
value
=
"
An age-based population
"
/>
</
coding
>
</
appliesTo
>
<
appliesTo
>
<
coding
>
<
system
value
=
"
http://terminology.hl7.org/CodeSystem/v2-0080
"
/>
<
code
value
=
"
S
"
/>
<
display
value
=
"
A sex-based population
"
/>
</
coding
>
</
appliesTo
>
<
text
value
=
"
0.3-5
"
/>
</
referenceRange
>
</
Observation
>