hl7au / au-fhir-base

AU Base FHIR Implementation Guide Source
38 stars 26 forks source link

AU Base Patient - add better contact.relationship binding #419

Closed robeastwood-agency closed 4 years ago

robeastwood-agency commented 4 years ago

The AU Base Patient profile does not constrain the base resource binding on Patient.contact.relationship from the default extensible binding of Patient Contact Relationship. The default v2-0131 codesystem is missing some options that would be useful to represent; such as

To support these additional concepts, the NCTS has developed (and published) a valueset that extends the values in the above v2-0131 codesystem. See https://healthterminologies.gov.au/fhir/ValueSet/contact-relationship-type-1

Looking to have this considered for inclusion in the AU Base Patient profile.

The additional concepts (from SNOMED CT) are:

brettesler-ext commented 4 years ago

Discussed in PA WG: Create a new valueset including v2-0131 + contact-relationship-type-1 and reference in AU Base Patient profile with extensible binding. Will progress.

dtr-agency commented 4 years ago

Note that contact-relationship-1 is already a value set that includes v2-0131 + the additional codes, i.e. it is defined as:

compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "133932002"
          },
          {
            "code": "1072531000168103"
          },
          {
            "code": "394619001"
          },
          {
            "code": "1155871000168103"
          }
        ]
      },
      {
        "valueSet": [
          "http://hl7.org/fhir/ValueSet/v2-0131"
        ]
      }
    ]
  }
dtr-agency commented 4 years ago

ValueSet published: https://healthterminologies.gov.au/fhir/ValueSet/contact-relationship-type-3 PR forthcoming.