Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: null - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "nl-core-releatedperson-02",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2016-12-08T14:07:59.978+00:00",
    "profile" : [
      🔗 "http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div>Henk de Haas</div>\n            <div>\n                <a href=\"tel:0612345990\">0612345990</a> (Tel Werk), <a href=\"mailto:dehaas@work.com\">dehaas@work.com</a> (E-mail Werk)</div>\n            <div>Straatweg 12bII, 1200AA Woonplaats, NLD (officieel Privé Post/Bezoek)</div>\n            <div>\n                <span title=\"husband (HUSB - v3/RoleCode)\">husband</span> van <a href=\"Patient/nl-core-patient-03\">Irma Jongeneel-de Haas</a>\n            </div>\n        </div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson-role",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
            "code" : "1",
            "display" : "Eerste relatie/contactpersoon"
          }
        ]
      }
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/nl-core-patient-03",
    "display" : "Irma Jongeneel-de Haas"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/RoleCode",
        "code" : "HUSB",
        "display" : "husband"
      }
    ]
  },
  "name" : [
    {
      "family" : "de Haas",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString" : "de "
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Haas"
          }
        ]
      },
      "given" : [
        "Henk"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "_system" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/v3/AddressUse",
                  "code" : "MC",
                  "display" : "Mobiel telefoonnummer"
                }
              ]
            }
          }
        ]
      },
      "value" : "0612345990",
      "use" : "work",
      "_use" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/v3/AddressUse",
                  "code" : "MC",
                  "display" : "Mobiel telefoonnummer"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "system" : "email",
      "value" : "dehaas@work.com",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.nl/fhir/StructureDefinition/nl-core-address-official",
          "valueBoolean" : true
        }
      ],
      "use" : "home",
      "type" : "both",
      "line" : [
        "Straatweg 12bII"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Straatweg"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "12"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix",
              "valueString" : "bII"
            }
          ]
        }
      ],
      "city" : "Woonplaats",
      "postalCode" : "1200AA",
      "country" : "NLD",
      "_country" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "urn:oid:2.16.840.1.113883.2.4.4.16.34",
                  "code" : "6030",
                  "display" : "Nederland"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}