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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.dentalcare
Resource TypePatient
IdPatient-DentalCare-Patient-Jansen.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

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

Source1

{
  "resourceType": "Patient",
  "id": "DentalCare-Patient-Jansen",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/bsn",
      "_value": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "masked"
          }
        ]
      }
    }
  ],
  "name": [
    {
      "given": [
        "Anita"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ],
      "use": "official",
      "text": "Anita Jansen",
      "family": "Jansen",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Jansen"
          }
        ]
      }
    },
    {
      "use": "usual",
      "given": [
        "Anita"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "_system": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "MC",
                  "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                  "display": "mobile contact"
                }
              ]
            }
          }
        ]
      },
      "value": "+31612345678"
    },
    {
      "system": "email",
      "value": "anitajansen@icloud.com",
      "use": "home"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "HP",
                "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                "display": "primary home"
              }
            ]
          }
        }
      ],
      "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"
            }
          ]
        }
      ],
      "use": "home",
      "type": "both",
      "city": "Amsterdam",
      "postalCode": "1234 AA",
      "country": "Nederland",
      "_country": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "NL",
                  "system": "urn:iso:std:iso:3166",
                  "display": "Netherlands"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "contact": [
    {
      "name": {
        "use": "official",
        "given": [
          "J.",
          "M."
        ],
        "_given": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                "valueCode": "IN"
              }
            ]
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                "valueCode": "IN"
              }
            ]
          }
        ],
        "text": "J.M. Curator",
        "family": "Curator",
        "_family": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
              "valueString": "Curator"
            }
          ]
        }
      },
      "relationship": [
        {
          "coding": [
            {
              "code": "24",
              "system": "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
              "display": "Wettelijke vertegenwoordiger"
            }
          ]
        }
      ]
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "gender": "female",
  "_gender": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept": {
          "coding": [
            {
              "code": "F",
              "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
              "display": "Female"
            }
          ]
        }
      }
    ]
  },
  "birthDate": "2010-03-15",
  "deceasedBoolean": false
}