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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.iwlz
Resource TypePatient
Idiwlz-Persoon-01.json
FHIR VersionR3

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": "iwlz-Persoon-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/iwlz-Persoon"
    ]
  },
  "extension": [
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/iwlz-ext-Contactgegevens-VoorkeurContactwijze",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://www.istandaarden.nl/ibieb/codesystemen/COD1001",
            "code": "1",
            "display": "Telefonisch"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/bsn",
      "_value": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "masked"
          }
        ]
      }
    },
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "73e6a51c-0421-11ec-4500-020000000000"
    }
  ],
  "name": [
    {
      "family": "Van der Molen",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString": "Van der"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Molen"
          }
        ]
      },
      "given": [
        "Johan"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "CL"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1",
                "code": "LL",
                "display": "Vast telefoonnummer"
              }
            ]
          }
        }
      ],
      "system": "phone",
      "value": "+31123456789",
      "use": "home",
      "rank": 1
    }
  ],
  "gender": "female",
  "_gender": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/AdministrativeGender",
              "code": "V",
              "display": "Vrouw"
            }
          ]
        }
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/RoleCode",
              "code": "DAUC",
              "display": "Dochter"
            }
          ]
        }
      ],
      "name": {
        "family": "Jansen",
        "_family": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
              "valueString": "Jansen"
            }
          ]
        },
        "given": [
          "Petra"
        ],
        "_given": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                "valueCode": "CL"
              }
            ]
          }
        ]
      },
      "telecom": [
        {
          "extension": [
            {
              "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1",
                    "code": "LL",
                    "display": "Vast telefoonnummer"
                  }
                ]
              }
            }
          ],
          "system": "phone",
          "value": "+31222233445",
          "use": "home"
        },
        {
          "system": "email",
          "value": "janseniwlz@mail.com",
          "use": "home"
        }
      ]
    }
  ]
}