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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.cio
Resource TypePatient
Idpatient-XXX-Dubbeld.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "patient-XXX-Dubbeld",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/bsn",
      "value": "999900535"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Erwin (Erwin) XXX_Dubbeld",
      "family": "XXX_Dubbeld",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "XXX_Dubbeld"
          }
        ]
      },
      "given": [
        "Erwin"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ]
    },
    {
      "use": "usual",
      "given": [
        "Erwin"
      ]
    }
  ],
  "gender": "male",
  "_gender": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
              "code": "M",
              "display": "Man"
            }
          ]
        }
      }
    ]
  },
  "birthDate": "1963-10-26",
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                "code": "PHYS",
                "display": "Woon-/verblijfadres"
              }
            ]
          }
        }
      ],
      "use": "home",
      "type": "physical",
      "line": [
        "Knolweg 1001"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Knolweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1001"
            }
          ]
        }
      ],
      "district": "Stitswerd",
      "postalCode": "9999XX",
      "country": "NEDERLAND",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:oid:2.16.840.1.113883.2.4.4.16.34",
                  "code": "6030",
                  "display": "NEDERLAND"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "multipleBirthBoolean": false
}