Skip to content

Commit 49f6587

Browse files
author
healthedata1
committed
add patient examples to show cdcrec errors
1 parent e34e3e8 commit 49f6587

File tree

8 files changed

+1284
-1
lines changed

8 files changed

+1284
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[cdex-document-digital-sig-example]: Bundle-cdex-document-digital-sig-example.html
22
[polst]: DocumentReference-polst.html
33
[hospital]: Location-hospital.html
4+
[example]: Patient-example.html
45
[servicerequest-pmo-example1]: ServiceRequest-servicerequest-pmo-example1.html
56
[USCoreADIDocumentReferenceProfile]: StructureDefinition-us-core-adi-documentreference.html
7+
[USCoreEthnicityExtension]: StructureDefinition-us-core-ethnicity.html
68
[USCorePMOServiceRequestProfile]: StructureDefinition-us-core-pmo-servicerequest.html
7-
[USCorePortableMedicalOrders]: ValueSet-us-core-portable-medical-orders.html
9+
[USCorePortableMedicalOrders]: ValueSet-us-core-portable-medical-orders.html
10+
[USCoreRaceExtension]: StructureDefinition-us-core-race.html

fsh-generated/resources/ImplementationGuide-hl7.fhir.us.healthedata1-sandbox.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@
9696
"name": "Hospital Location",
9797
"exampleBoolean": true
9898
},
99+
{
100+
"reference": {
101+
"reference": "Patient/example"
102+
},
103+
"description": "This is a patient example for the *US Core Patient Profile*.",
104+
"name": "Patient Example",
105+
"exampleBoolean": true
106+
},
99107
{
100108
"reference": {
101109
"reference": "ServiceRequest/servicerequest-pmo-example1"
@@ -112,6 +120,14 @@
112120
"exampleBoolean": false,
113121
"name": "US Core ADI DocumentReference Profile"
114122
},
123+
{
124+
"reference": {
125+
"reference": "StructureDefinition/us-core-ethnicity"
126+
},
127+
"description": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [Race & Ethnicity - CDC (CDCREC)](https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.113883.6.238) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories:\n\n - Hispanic or Latino\n - Not Hispanic or Latino.",
128+
"exampleBoolean": false,
129+
"name": "US Core Ethnicity Extension"
130+
},
115131
{
116132
"reference": {
117133
"reference": "StructureDefinition/us-core-pmo-servicerequest"
@@ -127,6 +143,14 @@
127143
"description": "A value set of LOINC codes for portable medical orders.",
128144
"exampleBoolean": false,
129145
"name": "US Core Portable Medical Orders"
146+
},
147+
{
148+
"reference": {
149+
"reference": "StructureDefinition/us-core-race"
150+
},
151+
"description": "Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [Race & Ethnicity - CDC (CDCREC)](https://phinvads.cdc.gov/vads/ViewCodeSystem.action?id=2.16.840.1.113883.6.238) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n - American Indian or Alaska Native\n - Asian\n - Black or African American\n - Native Hawaiian or Other Pacific Islander\n - White.",
152+
"exampleBoolean": false,
153+
"name": "US Core Race Extension"
130154
}
131155
],
132156
"page": {
Lines changed: 240 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,240 @@
1+
resourceType: Patient
2+
id: example
3+
meta:
4+
profile:
5+
- 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'
6+
extension:
7+
-
8+
url: 'http://hl7.org/fhir/StructureDefinition/instance-name'
9+
valueString: Patient Example
10+
-
11+
url: 'http://hl7.org/fhir/StructureDefinition/instance-description'
12+
valueMarkdown: 'This is a patient example for the *US Core Patient Profile*.'
13+
extension:
14+
-
15+
url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-race'
16+
extension:
17+
-
18+
url: ombCategory
19+
valueCoding:
20+
system: 'urn:oid:2.16.840.1.113883.6.238'
21+
code: 2106-3
22+
display: White
23+
-
24+
url: ombCategory
25+
valueCoding:
26+
system: 'urn:oid:2.16.840.1.113883.6.238'
27+
code: 1002-5
28+
display: American Indian or Alaska Native
29+
-
30+
url: ombCategory
31+
valueCoding:
32+
system: 'urn:oid:2.16.840.1.113883.6.238'
33+
code: 2028-9
34+
display: Asian
35+
-
36+
url: detailed
37+
valueCoding:
38+
system: 'urn:oid:2.16.840.1.113883.6.238'
39+
code: 1586-7
40+
display: Shoshone
41+
-
42+
url: detailed
43+
valueCoding:
44+
system: 'urn:oid:2.16.840.1.113883.6.238'
45+
code: 2036-2
46+
display: Filipino
47+
-
48+
url: text
49+
valueString: Mixed
50+
-
51+
url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity'
52+
extension:
53+
-
54+
url: ombCategory
55+
valueCoding:
56+
system: 'urn:oid:2.16.840.1.113883.6.238'
57+
code: 2135-2
58+
display: Hispanic or Latino
59+
-
60+
url: detailed
61+
valueCoding:
62+
system: 'urn:oid:2.16.840.1.113883.6.238'
63+
code: 2184-0
64+
display: Dominican
65+
-
66+
url: detailed
67+
valueCoding:
68+
system: 'urn:oid:2.16.840.1.113883.6.238'
69+
code: 2148-5
70+
display: Mexican
71+
-
72+
url: text
73+
valueString: Hispanic or Latino
74+
-
75+
url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation'
76+
extension:
77+
-
78+
url: tribalAffiliation
79+
valueCodeableConcept:
80+
coding:
81+
-
82+
system: 'http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS'
83+
code: '187'
84+
display: 'Paiute-Shoshone Tribe of the Fallon Reservation and Colony, Nevada'
85+
text: Shoshone
86+
-
87+
url: isEnrolled
88+
valueBoolean: false
89+
90+
#=====================change in US Core V8 ======================
91+
-
92+
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-individual-sex
93+
valueCoding:
94+
system: http://snomed.info/sct
95+
version: http://snomed.info/sct/731000124108
96+
code: '248152002'
97+
display: Female (finding)
98+
#=====================change in US Core V8 ======================
99+
100+
101+
# ================== Removed in US Core V8 ============================
102+
103+
# -
104+
# url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex'
105+
# valueCode: F
106+
# -
107+
# url: 'http://hl7.org/fhir/StructureDefinition/patient-sexParameterForClinicalUse'
108+
# extension:
109+
# -
110+
# url: value
111+
# valueCodeableConcept:
112+
# coding:
113+
# -
114+
# system: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'
115+
# code: unknown
116+
# display: Unknown
117+
# text: Unknown
118+
# -
119+
# url: supportingInfo # keep this here to gen errors and discuss on Zulip
120+
# extension:
121+
# -
122+
# url: _datatype
123+
# valueString: CodeableReference
124+
# -
125+
# url: concept
126+
# valueCodeableConcept:
127+
# text: Some Document
128+
# -
129+
# url: reference
130+
# valueReference:
131+
# display: some DocumentReference
132+
# -
133+
# url: 'http://hl7.org/fhir/StructureDefinition/individual-pronouns'
134+
# extension:
135+
# -
136+
# url: value
137+
# valueCodeableConcept:
138+
# coding:
139+
# -
140+
# system: 'http://terminology.hl7.org/CodeSystem/v3-NullFlavor'
141+
# code: UNK
142+
# display: Unknown
143+
# text: Unknown
144+
# -
145+
# url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity'
146+
# valueCodeableConcept:
147+
# coding:
148+
# -
149+
# system: 'http://terminology.hl7.org/CodeSystem/v3-NullFlavor'
150+
# code: UNK
151+
# display: Unknown
152+
# text: Unknown
153+
# ================== Removed in US Core V8 ============================
154+
155+
# -
156+
# url: 'http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired'
157+
# valueBoolean: false
158+
#USCDI5
159+
-
160+
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-interpreter-needed
161+
valueCoding:
162+
system: http://snomed.info/sct
163+
version: http://snomed.info/sct/731000124108
164+
code: '373066001' #<-- Snomed CT "Yes (qualifier value)"
165+
identifier:
166+
-
167+
use: usual
168+
type:
169+
coding:
170+
-
171+
system: 'http://terminology.hl7.org/CodeSystem/v2-0203'
172+
code: MR
173+
display: Medical Record Number
174+
text: Medical Record Number
175+
system: 'http://example.org/patient/identifiers'
176+
value: '1032702'
177+
active: true
178+
name:
179+
-
180+
use: old
181+
family: Shaw
182+
given:
183+
- Amy
184+
- V.
185+
period:
186+
start: '2016-12-06'
187+
end: '2020-07-22'
188+
-
189+
use: usual
190+
family: Baxter
191+
given:
192+
- Amy
193+
- V.
194+
suffix:
195+
- PharmD
196+
period:
197+
start: '2020-07-22'
198+
telecom:
199+
-
200+
system: phone
201+
value: 555-555-5555
202+
use: home
203+
-
204+
system: email
205+
value: amy.shaw@example.com
206+
# ================== Removed in US Core V8 ============================
207+
# gender: female
208+
# ================== Removed in US Core V8 ============================
209+
birthDate: '1987-02-20'
210+
address:
211+
-
212+
use: old
213+
line:
214+
- 49 MEADOW ST
215+
city: MOUNDS
216+
state: OK
217+
postalCode: '74047'
218+
country: US
219+
period:
220+
start: '2016-12-06'
221+
end: '2020-07-22'
222+
-
223+
line:
224+
- 183 MOUNTAIN VIEW ST
225+
city: MOUNDS
226+
state: OK
227+
postalCode: '74048'
228+
country: US
229+
period:
230+
start: '2020-07-22'
231+
communication:
232+
-
233+
language:
234+
235+
coding:
236+
-
237+
system: 'urn:ietf:bcp:47'
238+
code: es
239+
display: Spanish
240+
preferred: true

0 commit comments

Comments
 (0)