HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

UKCoreAdditionalRelatedPersonRole - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "UKCore-AdditionalRelatedPersonRole",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>UK Core Additional RelatedPerson Role</h2><div><p>A CodeSystem to identify the additional relationship roles for RelatedPerson resources.</p>\n</div><p><b>Copyright Statement:</b> Copyright © 2019 NHS Digital</p><p>This code system https://fhir.nhs.uk/R4/Codesystem/UKCore-AdditionalRelatedPersonRole defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Agent<a name=\"UKCore-AdditionalRelatedPersonRole-Agent\"> </a></td><td>Agent of patient</td><td/></tr><tr><td style=\"white-space:nowrap\">Guardian<a name=\"UKCore-AdditionalRelatedPersonRole-Guardian\"> </a></td><td>Guardian of patient</td><td/></tr></table></div>"
  },
  "url" : "https://fhir.nhs.uk/R4/Codesystem/UKCore-AdditionalRelatedPersonRole",
  "version" : "4.0.0",
  "name" : "UKCoreAdditionalRelatedPersonRole",
  "title" : "UK Core Additional RelatedPerson Role",
  "status" : "draft",
  "date" : "2019-12-06T00:00:00+00:00",
  "publisher" : "Project Wildfyre",
  "contact" : [
    {
      "name" : "Project Wildfyre",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:dunno@dummy.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A CodeSystem to identify the additional relationship roles for RelatedPerson resources.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "GB"
        }
      ]
    }
  ],
  "copyright" : "Copyright © 2019 NHS Digital",
  "content" : "complete",
  "concept" : [
    {
      "code" : "Agent",
      "display" : "Agent of patient"
    },
    {
      "code" : "Guardian",
      "display" : "Guardian of patient"
    }
  ]
}