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

FHIR IG analytics

Packagelogex.internal.fhir.profiles
Resource TypePatient
Idmrdm-patient-example.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": "parent-Pt-juI8oXyRhIXxADOu1XkmWmkWYaQ",
  "meta": {
    "profile": [
      "http://mrdm.nl/fhir/StructureDefinition/mrdm-patient"
    ],
    "security": [
      {
        "code": "test-org"
      }
    ],
    "tag": [
      {
        "system": "http://mrdm.nl/fhir/CodeSystem/date-created-codesystem",
        "display": "2021-06-09T11:07:34+02:00"
      }
    ]
  },
  "extension": [
    {
      "id": "Patient.name.family.extension:humannameOwnPrefix",
      "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
      "valueString": "vor"
    },
    {
      "id": "Patient.gender.extension:GeslachtCodelijst",
      "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "F"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://mrdm.nl/fhir/hospital-90002/upn-encrypted",
      "value": "P01.kT8-aV1PjHItnc_EVZl45A.84PRjK8abbsz8RVH.irm6Z4U.ljfysUqdCfd3pQKdTasutw"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://logex.com/fhir/CodeSystem/logex-id-codes-country-encrypted",
            "code": "be"
          }
        ]
      },
      "system": "http://logex.com/encrypted-identifier/idcode",
      "value": "P01.q--RtCz70VrPa-5_5Tyf7A.SjVkWFbIhfpZI7R6.mcey7ivW4QGf._v2SYtZEgeiNtWk-ijwpRg"
    },
    {
      "system": "http://mrdm.nl/fhir/idcode-hash",
      "value": "q--RtCz70VrPa-5_5Tyf7A"
    },
    {
      "system": "http://mrdm.nl/fhir/upn-hash",
      "value": "kT8-aV1PjHItnc_EVZl45A"
    }
  ],
  "name": [
    {
      "family": "Lambers"
    }
  ],
  "birthDate": "1992-07-05",
  "address": [
    {
      "postalCode": "dolorum"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/test-org-90002",
    "identifier": {
      "system": "http://mrdm.nl/fhir/CodeSystem/mrdm-HealthcareProvidersNL",
      "value": "90002"
    }
  }
}