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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.pathology
Resource TypePatient
IdPatient-Pathology-Patient-Olivander.json
FHIR VersionR4

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": "Pathology-Patient-Olivander",
  "meta": {
    "profile": [
      "http://medmij.nl/fhir/StructureDefinition/path-Patient",
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "name": [
    {
      "use": "official",
      "given": [
        "G."
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "IN"
            }
          ]
        }
      ],
      "text": "G. Olivander",
      "family": "Olivander",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Olivander"
          }
        ]
      }
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "city": "Londen",
        "country": "Groot-Brittaniƫ"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/bsn",
      "_value": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "masked"
          }
        ]
      }
    }
  ],
  "address": [
    {
      "line": [
        "Diagonaalstraat 687"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Diagonaalstraat"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "687"
            }
          ]
        }
      ],
      "city": "Londen",
      "postalCode": "5972 XX"
    }
  ],
  "gender": "male",
  "birthDate": "1921-09-25"
}