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

FHIR IG analytics

Packagecom.sensotrend.multiProfileValidation
Resource TypePatient
IdPatient-patient-invalid-wrong-identifier-imposed-profile.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

Generated Narrative: Patient patient-invalid-wrong-identifier-imposed-profile

John Doe (no stated gender), DoB: 1990-01-01 ( National Identifier for Sweden (use: official, ))


Active:true

Source1

{
  "resourceType": "Patient",
  "id": "patient-invalid-wrong-identifier-imposed-profile",
  "meta": {
    "profile": [
      "https://sensotrend.com/fhir/multi-profile-validation/StructureDefinition/patient-profile-imposing-profiles"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNSWE"
          }
        ]
      },
      "system": "http://electronichealth.se/identifier/personnummer",
      "value": "189602029812"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "John Doe",
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "birthDate": "1990-01-01"
}