RIVO Noord Zorgviewer MVP2 Implementation Guide
0.2.1 - CI build Netherlands flag

RIVO Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions

: Chipsoft Patient Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1",
  "meta" : {
    "profile" : [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Johan Johan J. XXX_Helleman_Afblijven </b> male, DoB: 1964-07-25 ( id:\u00a0999911120)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td><span title=\"Codes: {http://hl7.org/fhir/v3/MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known multipleBirth status of Patient\">Multiple Birth:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"tel:+31612345678\">+31612345678</a></li><li><a href=\"mailto:XXX_Helleman@hotmail.com\">XXX_Helleman@hotmail.com</a></li><li>Knolweg 1000 STITSWERD 9999XA NL (HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact</td><td colspan=\"3\"><ul><li>Jannie J.P.M van Putten Helleman </li><li>Relationships: <span title=\"Codes: {http://hl7.org/fhir/v3/RoleCode WIFE}\">Echtgenote</span>, <span title=\"Codes: {urn:oid:2.16.840.1.113883.2.4.3.11.22.472 1}\">Eerste relatie/contactpersoon</span></li><li>Knolweg 1000 STITSWERD 9999XA NL </li><li><a href=\"tel:+31612345678\">+31612345678</a></li><li><a href=\"mailto:XXX_Helleman@hotmail.com\">XXX_Helleman@hotmail.com</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.8&amp;canonical=https://simplifier.net/packages/nictiz.fhir.nl.stu3.zib2017/2.2.8/Practitioner/efc2bedd-0501-48be-a487-8e133f3b7884\">Practitioner/efc2bedd-0501-48be-a487-8e133f3b7884: Practitioner with name: 'Huisarts Onbekend'.</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
      "value" : "999911120"
    }
  ],
  "name" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order",
          "valueCode" : "NL1"
        }
      ],
      "family" : "XXX_Helleman_Afblijven",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "XXX_Helleman_Afblijven"
          }
        ]
      },
      "given" : [
        "Johan",
        "Johan",
        "J."
      ],
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "BR"
            }
          ]
        },
        {
          "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" : [
    {
      "extension" : [
        {
          "url" : "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/v3/AddressUse",
                "code" : "MC",
                "display" : "Mobile Phone"
              }
            ],
            "text" : "Mobile Phone"
          }
        }
      ],
      "system" : "phone",
      "value" : "+31612345678",
      "use" : "mobile"
    },
    {
      "system" : "email",
      "value" : "XXX_Helleman@hotmail.com"
    }
  ],
  "gender" : "male",
  "_gender" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v3/AdministrativeGender",
              "code" : "M",
              "display" : "Male"
            }
          ],
          "text" : "Male"
        }
      }
    ]
  },
  "birthDate" : "1964-07-25",
  "deceasedBoolean" : false,
  "address" : [
    {
      "extension" : [
        {
          "url" : "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation-AddressType",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/v3/AddressUse",
                "code" : "HP",
                "display" : "Primary Home"
              }
            ],
            "text" : "Primary Home"
          }
        }
      ],
      "use" : "home",
      "line" : [
        "Knolweg 1000"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Knolweg"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "1000"
            }
          ]
        }
      ],
      "city" : "STITSWERD",
      "district" : "HET HOGELAND",
      "postalCode" : "9999XA",
      "country" : "NL",
      "_country" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "urn:iso:std:iso:3166",
                  "code" : "NL",
                  "display" : "Netherlands (the)"
                }
              ],
              "text" : "Netherlands (the)"
            }
          }
        ]
      }
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v3/MaritalStatus",
        "code" : "M",
        "display" : "Married"
      }
    ],
    "text" : "Married"
  },
  "multipleBirthBoolean" : false,
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v3/RoleCode",
              "code" : "WIFE",
              "display" : "Wife"
            }
          ],
          "text" : "Echtgenote"
        },
        {
          "coding" : [
            {
              "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
              "code" : "1",
              "display" : "Eerste relatie/contactpersoon"
            }
          ],
          "text" : "Eerste relatie/contactpersoon"
        }
      ],
      "name" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order",
            "valueCode" : "NL4"
          }
        ],
        "family" : "van Putten Helleman",
        "_family" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
              "valueString" : "van"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
              "valueString" : "Putten"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/humanname-partner-name",
              "valueString" : "Helleman"
            }
          ]
        },
        "given" : [
          "Jannie",
          "J.P.M"
        ],
        "_given" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                "valueCode" : "BR"
              }
            ]
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                "valueCode" : "IN"
              }
            ]
          }
        ]
      },
      "telecom" : [
        {
          "extension" : [
            {
              "url" : "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "http://hl7.org/fhir/v3/AddressUse",
                    "code" : "MC",
                    "display" : "Mobile Phone"
                  }
                ],
                "text" : "Mobile Phone"
              }
            }
          ],
          "system" : "phone",
          "value" : "+31612345678",
          "use" : "mobile"
        },
        {
          "system" : "email",
          "value" : "XXX_Helleman@hotmail.com",
          "use" : "home"
        }
      ],
      "address" : {
        "line" : [
          "Knolweg 1000"
        ],
        "_line" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                "valueString" : "Knolweg"
              },
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                "valueString" : "1000"
              }
            ]
          }
        ],
        "city" : "STITSWERD",
        "district" : "HET HOGELAND",
        "postalCode" : "9999XA",
        "country" : "NL",
        "_country" : {
          "extension" : [
            {
              "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "urn:iso:std:iso:3166",
                    "code" : "NL",
                    "display" : "Netherlands (the)"
                  }
                ],
                "text" : "Netherlands (the)"
              }
            }
          ]
        }
      }
    }
  ],
  "generalPractitioner" : [
    {
      "extension" : [
        {
          "url" : "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
          "valueReference" : {
            "reference" : "PractitionerRole/BBB541253D6EB35B0D3641B1D6797B988CDB2B5FAD52C1C8BAC39480D7E44274",
            "display" : "Practitioner role with function: 'primary care physician'."
          }
        }
      ],
      "reference" : "Practitioner/efc2bedd-0501-48be-a487-8e133f3b7884",
      "display" : "Practitioner with name: 'Huisarts Onbekend'."
    }
  ]
}