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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypePatient
Idgpdata-patient-01.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 999911132 (http://example-xis.org/fhir/NamingSystem/patientID), Id 15a0e977-8fdf-11ec-9622-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Jacquelinge XXX_Cevat, Vrouw, 25 juli 1964
+31190531770 (Tel Privé), j_cevat950@HUISARTS.nl (E-mail Privé)
Knolweg 1001, 9999XX Stitswerd, NLD (Bezoek)
Huisarts: Dr. V. Huisarts 1

Source1

{
  "resourceType": "Patient",
  "id": "gpdata-patient-01",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example-xis.org/fhir/NamingSystem/patientID",
      "value": "999911132"
    },
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "15a0e977-8fdf-11ec-9622-020000000000"
    }
  ],
  "name": [
    {
      "text": "Jacquelinge XXX_Cevat",
      "family": "XXX_Cevat",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "XXX_Cevat"
          }
        ]
      },
      "given": [
        "Jacqueline"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+31190531770",
      "use": "home"
    },
    {
      "system": "email",
      "value": "j_cevat950@HUISARTS.nl",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1964-07-25",
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation-AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/v3/AddressUse",
                "code": "PHYS",
                "display": "Visit Address"
              }
            ]
          }
        }
      ],
      "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"
            }
          ]
        }
      ],
      "city": "Stitswerd",
      "postalCode": "9999XX",
      "country": "NLD",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:oid:2.16.840.1.113883.2.4.4.16.34",
                  "code": "6030",
                  "display": "Nederland"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "multipleBirthBoolean": false,
  "generalPractitioner": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
          "valueReference": {
            "reference": "PractitionerRole/gpdata-practitionerrole-01",
            "display": "Dr. V. Huisarts 1"
          }
        }
      ],
      "reference": "Practitioner/gpdata-practitioner-01",
      "display": "Dr. V. Huisarts 1"
    }
  ]
}