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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.eafspraak
Resource TypePatient
IdeAfspraak-Patient-02.json
FHIR VersionR3

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 1000000002 (http://example-xis.org/fhir/NamingSystem/patientID), Eva E XXX_Zalentein, Vrouw, 1964-08-02
Knolweg 1001, 9999XX Stitswerd ()

Source1

{
  "resourceType": "Patient",
  "id": "eafspraak-patient-02",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example-xis.org/fhir/NamingSystem/patientID",
      "value": "1000000002"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "XXX_Zalentein",
      "given": [
        "Eva",
        "E"
      ],
      "_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"
            }
          ]
        }
      ]
    }
  ],
  "gender": "female",
  "_gender": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/AdministrativeGender",
              "code": "F",
              "display": "Vrouw"
            }
          ]
        }
      }
    ]
  },
  "birthDate": "1964-08-02",
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation-AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/v3/AddressUse",
                "code": "HP",
                "display": "Officieel adres"
              }
            ]
          }
        },
        {
          "url": "http://fhir.nl/fhir/StructureDefinition/nl-core-address-official",
          "valueBoolean": true
        }
      ],
      "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"
            }
          ]
        }
      ],
      "city": "Stitswerd",
      "postalCode": "9999XX"
    }
  ]
}