Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pub update stu1 #129

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions input/examples/MedicationRequest-MedRecExample1.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"coding": [
{
"system": "http://snomed.info/sct",
"code": "260548002",
"display": "Oral"
"code": "26643006",
"display": "Oral route"
}
],
"text": "Oral"
Expand Down
6 changes: 6 additions & 0 deletions input/examples/Observation-LabExample1.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
},
"effectiveDateTime": "2019-09-23T13:50:39Z",
"issued": "2019-09-23T14:50:39Z",
"performer":[
{
"reference":"Practitioner/PractitionerExample1",
"display":"Marty Seeger, MD"
}
],
"valueQuantity": {
"value": 105,
"unit": "mg/dL",
Expand Down
4 changes: 2 additions & 2 deletions input/examples/Observation-SmokingExample1.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
},
"valueQuantity": {
"value": 3.72,
"unit": "{PackYears}",
"unit": "{pack-years}",
"system": "http://unitsofmeasure.org",
"code": "{PackYears}"
"code": "1"
}
},
{
Expand Down
8 changes: 7 additions & 1 deletion input/ignoreWarnings.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
== Suppressed Messages ==
# Missing capability for this extension, see https://jira.hl7.org/browse/FHIR-34397
This element does not match any known slice defined in the profile http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination|4.0.1
This element does not match any known slice defined in the profile http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination

# We think that these are the correct codesystems to use, even though draft
Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/dose-rate-type|1.0.0
Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/medicationrequest-category|1.0.0
Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical|4.0.1
Reference to draft CodeSystem http://terminology.hl7.org/CodeSystem/allergyintolerance-verification|4.0.1


# ================================================================================
Expand Down