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" : "Patient",
  "id" : "nl-core-patient-02",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div>Id 999911284 (BSN), P. XXX_Mesker (Paul), Man, 1964-08-01, <span title=\"Domestic partner (T - v3/MaritalStatus)\">Domestic partner</span>\n            </div>\n            <div>\n                <a href=\"tel:06-23456789\">06-23456789</a> (Tel Mobiel), <a href=\"mailto:XXX_Mesker@hotmail.com\">XXX_Mesker@hotmail.com</a> (E-mail\n                Privé)</div>\n            <div>Knolweg 1002, 9999ZZ Stitswerd, NLD (officieel Privé Post/Bezoek)</div>\n        </div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
      "value" : "999911284"
    }
  ],
  "active" : true,
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order",
          "valueCode" : "NL4"
        }
      ],
      "use" : "official",
      "family" : "XXX_Mesker",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "XXX_Mesker"
          }
        ]
      },
      "given" : [
        "Paul",
        "P."
      ],
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "CL"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "IN"
            }
          ]
        }
      ]
    }
  ],
  "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" : "06-23456789",
      "use" : "mobile",
      "_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" : "XXX_Mesker@hotmail.com",
      "use" : "home"
    }
  ],
  "gender" : "male",
  "_gender" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v3/AdministrativeGender",
              "code" : "M",
              "display" : "Man"
            }
          ]
        }
      }
    ]
  },
  "birthDate" : "1964-08-01",
  "deceasedBoolean" : false,
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.nl/fhir/StructureDefinition/nl-core-address-official",
          "valueBoolean" : true
        }
      ],
      "use" : "home",
      "type" : "both",
      "line" : [
        "Knolweg 1002"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Knolweg"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "1002"
            }
          ]
        }
      ],
      "city" : "Stitswerd",
      "postalCode" : "9999ZZ",
      "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"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/MaritalStatus",
        "code" : "T",
        "display" : "Domestic partner"
      }
    ]
  },
  "multipleBirthBoolean" : false
}