hl7-be / pss

Prescription Search Support
Other
0 stars 0 forks source link

Are we handeling the BAPCOC url correctly? #52

Open NISN-SMALS opened 1 day ago

NISN-SMALS commented 1 day ago

Currently we handle it with a reasonReference linking towards DocumentReference:

  "reasonReferences": [
    {
      "reference": "urn:uuid:43bb1ab6-bdd9-49a1-8485-fcf0bb8e204c",
      "description": "Acute keelpijn - NL"
    },
    {
      "reference": "urn:uuid:8cfd199a-577f-4e2b-acdd-26b93ac0fe34",
      "description": "Acute keelpijn - FR"
    }
  ],
  "documentReferences": [
    {
      "id": "ab6-nl",
      "description": "Acute keelpijn - NL",
      "status": "current",
      "link": "https://www.bcfi.be/nl/chapters/12?frag=8000036"
    },
    {
      "id": "ab6-fr",
      "description": "Acute keelpijn - FR",
      "status": "current",
      "link": "https://www.cbip.be/fr/chapters/12?frag=8000036"
    }
  ]
}
NISN-SMALS commented 21 hours ago

Find the most complex example to put it into FHIR @NISN-SMALS