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

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypePerson
IdPerson-e3c13bb1-236e-424c-a28e-e266be42b073.json
FHIR VersionR5

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

Person with middle name extension

Source1

{
  "resourceType": "Person",
  "id": "e3c13bb1-236e-424c-a28e-e266be42b073",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPerson"
    ]
  },
  "identifier": [
    {
      "system": "http://electronichealth.se/identifier/samordningsnummer",
      "value": "191605862398"
    }
  ],
  "name": [
    {
      "given": [
        "Jimmy"
      ],
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRMiddleNameExtension",
          "valueString": "Stefan"
        }
      ],
      "family": "Johansson"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M"
      }
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "additional"
  },
  "gender": "male",
  "birthDate": "1916-05-26"
}