amida-tech / cda-fhir

CDA to FHIR converter
Apache License 2.0
12 stars 5 forks source link

outcome for FamilyMemberHistory not correctly nested #4

Closed mhiner closed 9 years ago

mhiner commented 9 years ago

For FamilyMemberHistory outcome needs to be in a coding element

            "outcome": {
                "coding": {
                  "system": "http://snomed.info/sct",
                  "code": "419099009",
                  "display": "Dead"

                }
            }

not

            "outcome": {
                  "system": "http://snomed.info/sct",
              "code": "419099009",
              "display": "Dead"
            }