kids-first / kf-model-fhir

🔥 FHIR Data Model for Kids First
https://kids-first.github.io/kf-model-fhir/ig/
Apache License 2.0
1 stars 1 forks source link

Remove text atrributes from imported resources #210

Open liberaliscomputing opened 4 years ago

liberaliscomputing commented 4 years ago

Imported resources such as US Core Race SearchParameter are populated with

{
  "text": {
    "status": "generated",
    "div": "some-content"
  }
}

Validation of these resources fails with the latest IG publisher because a narrative text expects to be generated as a result of validation, not given. Remove these attributes.