Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide, published by Santeon. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/santeonnl/shared-care-planning/ and changes regularly. See the Directory of published versions

: nl-core-CareTeam-01-RelatedPerson-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "nl-core-CareTeam-01-RelatedPerson-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson nl-core-CareTeam-01-RelatedPerson-01</b></p><a name=\"nl-core-CareTeam-01-RelatedPerson-01\"> </a><a name=\"hcnl-core-CareTeam-01-RelatedPerson-01\"> </a><a name=\"nl-core-CareTeam-01-RelatedPerson-01-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-nl-core-Patient-01.html\">Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen</a></p><p><b>relationship</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.3.11.22.472 01}\">Eerste relatie/contactpersoon</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HUSB}\">Husband</span></p><p><b>name</b>: Jan de Wit(Official)</p></div>"
  },
  "patient" : {
    🔗 "reference" : "Patient/nl-core-Patient-01",
    "type" : "Patient",
    "display" : "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
          "code" : "01",
          "display" : "Eerste relatie/contactpersoon"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HUSB",
          "display" : "Husband"
        }
      ]
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "Jan de Wit",
      "family" : "de Wit",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString" : "de"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Wit"
          }
        ]
      },
      "given" : [
        "Jan"
      ],
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "BR"
            }
          ]
        }
      ]
    }
  ]
}