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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypePatient
Idnl-core-TreatmentDirective2-02-Patient-01.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

Id 999911120 (BSN), Jan Pieter Mark Pietersen, Vrouw, 3 december 1998, Geen meerling
+31611234567 (Tel Werk), giesput@myweb.nl (E-mail Privé)
1e Jacob van Campenstr to 15 A 2e, 1012 NX Hoogmade Kaag en Braassem, Nederland (Privé Post / Bezoek)

Source1

{
  "resourceType": "Patient",
  "id": "nl-core-TreatmentDirective2-02-Patient-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/bsn",
      "value": "999911120"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order",
          "valueCode": "NL1"
        }
      ],
      "use": "official",
      "text": "Jan Pieter Mark Pietersen",
      "family": "Pietersen",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Pietersen"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name",
            "valueString": "Janssen"
          }
        ]
      },
      "given": [
        "Jan",
        "Pieter",
        "Mark"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ],
      "prefix": [
        "Mr."
      ]
    },
    {
      "use": "usual",
      "given": [
        "Piet"
      ]
    }
  ],
  "telecom": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-Comment",
          "valueString": "Tussen 9 en 17"
        }
      ],
      "system": "phone",
      "_system": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                  "code": "MC",
                  "display": "Mobile Phone"
                }
              ]
            }
          }
        ]
      },
      "value": "+31611234567",
      "use": "work"
    },
    {
      "system": "email",
      "value": "giesput@myweb.nl",
      "use": "home"
    }
  ],
  "gender": "female",
  "_gender": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
              "code": "F",
              "display": "Female"
            }
          ]
        }
      }
    ]
  },
  "birthDate": "1998-12-03",
  "deceasedBoolean": false,
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                "code": "HP",
                "display": "Primary Home"
              }
            ]
          }
        }
      ],
      "use": "home",
      "type": "both",
      "line": [
        "1e Jacob van Campenstr to 15 A 2e"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "1e Jacob van Campenstr"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "15"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix",
              "valueString": "A 2e"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString": "to"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID",
              "valueString": "Testadres"
            }
          ]
        }
      ],
      "city": "Hoogmade",
      "district": "Kaag en Braassem",
      "postalCode": "1012 NX",
      "country": "Nederland",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "code": "NL",
                  "display": "Nederland"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "multipleBirthBoolean": false
}