WorldHealthOrganization / smart-anc

WHO Antenatal Care Guidelines IG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meta data with profile is missing in ANC.A. Registration Questionnaire

PallaviGanorkar opened this issue · comments

https://build.fhir.org/ig/WorldHealthOrganization/smart-anc/Questionnaire-ANCA.html

ANC.A. Registration Questionnaire must include meta tag with profile details, where resource claim to conform to a this profile

eg:
{
"resourceType": "Questionnaire",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire|2.7"
]
},
...
...
...
}