"issue": [
{
"severity": "warning",
"code": "processing",
"diagnostics": "All observations should have a performer",
"location": [
"Observation"
]
},
{
"severity": "warning",
"code": "processing",
"diagnostics": "All observations should have an effectiveDateTime or an effectivePeriod",
"location": [
"Observation"
]
},
{
"severity": "error",
"code": "processing",
"diagnostics": "Value is 'mg/dL' but must be 'mg/dl'",
"location": [
"Observation.valueQuantity.unit"
]
},
Beispiel: http://fhir.hl7.de:8080/baseDstu3/Observation/217/$validate
Fehler:
"issue": [ { "severity": "warning", "code": "processing", "diagnostics": "All observations should have a performer", "location": [ "Observation" ] }, { "severity": "warning", "code": "processing", "diagnostics": "All observations should have an effectiveDateTime or an effectivePeriod", "location": [ "Observation" ] }, { "severity": "error", "code": "processing", "diagnostics": "Value is 'mg/dL' but must be 'mg/dl'", "location": [ "Observation.valueQuantity.unit" ] },