Corrected issues with intros and notes not showing up

This commit is contained in:
Lloyd McKenzie 2019-12-19 20:52:15 -07:00
parent abdedb571d
commit 2e99ed4134
7 changed files with 92 additions and 0 deletions

View File

@ -0,0 +1,20 @@
-------------------------------------------------------------------------------------
{"code" : {
"code" : "http://hl7.org/fhirpath/System.String"
}, "valueSet" :{
"resourceType" : "ValueSet",
"compose" : {
"include" : [{
"system" : "http://hl7.org/fhir/data-types"
},
{
"system" : "http://hl7.org/fhir/resource-types"
}]
}
}, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false"}####
v: {
"display" : "",
"severity" : "error",
"error" : "The code system \"\" is not known (encountered paired with code = \"http://hl7.org/fhirpath/System.String\"); The code provided (#http://hl7.org/fhirpath/System.String) is not valid in the value set FHIRDefinedType"
}
-------------------------------------------------------------------------------------

View File

@ -39,3 +39,45 @@ v: {
"error" : "" "error" : ""
} }
------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------
{"code" : {
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"false", "guessSystem":"false"}####
v: {
"display" : "World",
"severity" : null,
"error" : ""
}
-------------------------------------------------------------------------------------
{"code" : {
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}, "valueSet" :{
"resourceType" : "ValueSet",
"compose" : {
"include" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"filter" : [{
"property" : "class",
"op" : "=",
"value" : "region"
}]
}]
}
}, "lang":"null", "useServer":"true", "useClient":"false", "guessSystem":"false"}####
v: {
"display" : "",
"severity" : "error",
"error" : "Not done yet @ TAreaCodeServices.Close"
}
-------------------------------------------------------------------------------------
{"code" : {
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false"}####
v: {
"display" : "World",
"severity" : null,
"error" : ""
}
-------------------------------------------------------------------------------------

View File

@ -29,3 +29,33 @@ v: {
"error" : "" "error" : ""
} }
------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------
{"code" : {
"system" : "http://loinc.org",
"code" : "85354-9"
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false"}####
v: {
"display" : "Blood pressure panel with all children optional",
"severity" : null,
"error" : ""
}
-------------------------------------------------------------------------------------
{"code" : {
"system" : "http://loinc.org",
"code" : "8480-6"
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false"}####
v: {
"display" : "Systolic blood pressure",
"severity" : null,
"error" : ""
}
-------------------------------------------------------------------------------------
{"code" : {
"system" : "http://loinc.org",
"code" : "8462-4"
}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false"}####
v: {
"display" : "Diastolic blood pressure",
"severity" : null,
"error" : ""
}
-------------------------------------------------------------------------------------