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

FHIR IG analytics

Packagemedmij.dental.care.r4
Resource TypePatient
Idanita-jansen-nl-core-patient.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

Patient: Anita Jansen
BSN: 999998298
Geboortedatum: 2010-03-15
Geslacht: Vrouw
Adres: Achillesstraat 12, 1234AA Amsterdam, Nederland
Telefoon: +31612345678
E-mail: anitajansen@icloud.com

Source1

{
  "resourceType": "Patient",
  "id": "xxx-jansen",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/bsn",
      "value": "999998298"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Anita Jansen",
      "family": "Jansen",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Jansen"
          }
        ]
      },
      "given": [
        "Anita"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "CL"
            }
          ]
        }
      ]
    },
    {
      "use": "usual",
      "given": [
        "Anita"
      ]
    }
  ],
  "telecom": [
    {
      "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": "Mobiel telefoonnummer"
                }
              ]
            }
          }
        ]
      },
      "value": "+31612345678"
    },
    {
      "system": "email",
      "value": "anitajansen@icloud.com",
      "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": "2010-03-15",
  "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": "Officieel adres"
              }
            ]
          }
        }
      ],
      "use": "home",
      "type": "both",
      "line": [
        "Achillesstraat 12"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Achillesstraat"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "12"
            }
          ]
        }
      ],
      "city": "Amsterdam",
      "postalCode": "1234AA",
      "country": "Nederland",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "urn:iso:std:iso:3166",
                  "version": "2020-10-26T00:00:00",
                  "code": "NL",
                  "display": "Nederland"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}