FHIR Chat · validation errors · inferno

Stream: inferno

Topic: validation errors


view this post on Zulip healthcareEng (Apr 08 2022 at 15:53):

{
"resourceType":"Patient",
"active":true,
"address":[
{
"use":"home",
"type":"both",
"line":[
"1387 UBELU RIDGE,189 CAFHA LANE"
],
"city":"BABMEDPE",
"state":"HI",
"postalCode":"51359",
"country":"US",
"text":"1387 UBELU RIDGE,189 CAFHA LANE, BABMEDPE, HI, 51359"
}
],
"birthDate":"1971-11-11",
"communication":[
{
"language":{
"coding":[
{
"system":"urn:ietf:bcp:47",
"code":"en",
"display":"English"
}
]
},
"preferred":true
}
],
"deceasedBoolean":false,
"gender":"male",
"identifier":[
{
"assigner":{
"display":"External Patient Id"
},
"system":"https://www.cardinalhealth.com/api/partners?system=PDX/MCK",
"use":"official",
"value":"309999"
},
{
"assigner":{
"display":"mscriptsToken"
},
"system":"https://www.cardinalhealth.com/api/partners?system=mscripts",
"use":"official",
"value":"HgcFglHlpgllzBHzlHp7cWpYBWlHWSFYBHg7lHWBy9WW7zHgScFYllczFcyHcHKK"
}
],
"managingOrganization":{
"identifier":{
"assigner":{
"display":"NCPDP"
},
"system":"urn:oid:2.16.840.1.113883.3.79",
"use":"official",
"value":"7777777"
}
},
"multipleBirthBoolean":false,
"name":[
{
"use":"official",
"family":"HOCK",
"given":[
"HOCK"
],
"text":"HOCK HOCK"
}
],
"telecom":[
{
"system":"phone",
"use":"mobile",
"value":"9998619704"
},
{
"system":"sms",
"use":"mobile",
"value":"9998619704"
},
{
"system":"email",
"value":"abc@xyz.com"
}
]
}

I am trying to run validator version 4(on above resource) : https://inferno.healthit.gov/validator/
getting below error any idea why ???

Patient: Global Profile reference 'http://hl7.org/fhir/us/core/StructureDefinition/patient' from IG {1} could not be resolved, so has not been checked on line 1. Jump to error.


Last updated: Apr 12 2022 at 19:14 UTC