-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brett Esler
committed
Jul 17, 2022
1 parent
c414965
commit 727d678
Showing
4 changed files
with
54 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<Observation xmlns="http://hl7.org/fhir"> | ||
<id value="smokingstatus-example0"/> | ||
<meta> | ||
<profile value="http://hl7.org.au/fhir/StructureDefinition/au-smokingstatus"/> | ||
</meta> | ||
<status value="final"/> | ||
<category> | ||
<coding> | ||
<system value="http://terminology.hl7.org/CodeSystem/observation-category"/> | ||
<code value="social-history"/> | ||
<display value="Social History"/> | ||
</coding> | ||
<text value="Social History"/> | ||
</category> | ||
<code> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="266918002" /> | ||
</coding> | ||
<coding> | ||
<system value="http://loinc.org"/> | ||
<code value=" 72166-2"/> | ||
</coding> | ||
<text value="Smoking status"/> | ||
</code> | ||
<subject> | ||
<reference value="Patient/example0"/> | ||
</subject> | ||
<encounter> | ||
<display value="GP Visit"/> | ||
</encounter> | ||
<effectiveDateTime value="2022-07-02"/> | ||
<valueCodeableConcept> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="77176002"/> | ||
<display value="Current smoker"/> | ||
</coding> | ||
<text value="Smoker"/> | ||
</valueCodeableConcept> | ||
</Observation> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters