FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemedmij.fhir.nl.r4.dentalcare
Resource TypePatient
IdPatient-DentalCare-Patient-Van-De-Stok.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Patiƫnt: Berend van de Stok
Geboortedatum: 1980-05-04
Geslacht: Man
Adres: Bloemstraat 25, 5678 BB Bergen op Zoom, Nederland
Telefoon: +31687654321
E-mail: berendvandestok@gmail.com

Source1

{
  "resourceType": "Patient",
  "id": "DentalCare-Patient-Van-De-Stok",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/bsn",
      "_value": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "masked"
          }
        ]
      }
    }
  ],
  "name": [
    {
      "given": [
        "Berend"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ],
      "use": "official",
      "text": "Berend van de Stok",
      "family": "van de Stok",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString": "van de"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Stok"
          }
        ]
      }
    },
    {
      "use": "usual",
      "given": [
        "Berend"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "_system": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "MC",
                  "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                  "display": "Mobile contact"
                }
              ]
            }
          }
        ]
      },
      "value": "+31687654321"
    },
    {
      "system": "email",
      "value": "berendvandestok@gmail.com",
      "use": "home"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "HP",
                "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                "display": "primary home"
              }
            ]
          }
        }
      ],
      "line": [
        "Bloemstraat 25"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Bloemstraat"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "25"
            }
          ]
        }
      ],
      "use": "home",
      "type": "both",
      "city": "Bergen op Zoom",
      "postalCode": "5678 BB",
      "country": "Nederland",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "NL",
                  "system": "urn:iso:std:iso:3166",
                  "display": "Netherlands"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "contact": [
    {
      "name": {
        "use": "official",
        "given": [
          "Piet"
        ],
        "_given": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                "valueCode": "BR"
              }
            ]
          }
        ],
        "text": "Piet Klaas",
        "family": "Klaas",
        "_family": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
              "valueString": "Klaas"
            }
          ]
        }
      },
      "relationship": [
        {
          "coding": [
            {
              "code": "FTH",
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "display": "Father"
            }
          ]
        },
        {
          "coding": [
            {
              "code": "01",
              "system": "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
              "display": "Eerste relatie/contactpersoon"
            }
          ]
        }
      ]
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "gender": "male",
  "_gender": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept": {
          "coding": [
            {
              "code": "M",
              "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
              "display": "Male"
            }
          ]
        }
      }
    ]
  },
  "birthDate": "1980-05-04",
  "deceasedBoolean": false
}