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

FHIR IG analytics

Packagehl7se.fhir.base
Resource TypePatient
IdPatient-PatientExample20210325K069.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 PatientExample20210325K069

Förnamn Mellannamn Efternamn(official) Female, DoB: 2021-03-25 ( http://electronichealth.se/identifier/nationelltReservnummer#20210325K069)


Contact Detail
  • Careof Tillfällig adressrad Orten 54300
  • Adressrad 1 Adressrad 2 Adressrad 3 DZ

Source1

{
  "resourceType": "Patient",
  "id": "PatientExample20210325K069",
  "meta": {
    "profile": [
      "http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://electronichealth.se/identifier/nationelltReservnummer",
      "value": "20210325K069"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension",
          "valueString": "Mellannamn"
        },
        {
          "url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension",
          "valueString": "Efternamn"
        }
      ],
      "use": "official",
      "text": "Förnamn Mellannamn Efternamn",
      "family": "Mellannamn Efternamn",
      "given": [
        "Förnamn"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "2021-03-25",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseAddressPersonExtension",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "version": "http://snomed.info/sct/45991000052106",
                "code": "63411000052104",
                "display": "uppgiven adress"
              }
            ]
          }
        }
      ],
      "line": [
        "Careof",
        "Tillfällig adressrad"
      ],
      "city": "Orten",
      "postalCode": "54300"
    },
    {
      "extension": [
        {
          "url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseAddressPersonExtension",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "version": "http://snomed.info/sct/45991000052106",
                "code": "63401000052101",
                "display": "utlandsadress"
              }
            ]
          }
        }
      ],
      "line": [
        "Adressrad 1",
        "Adressrad 2",
        "Adressrad 3"
      ],
      "country": "DZ"
    }
  ]
}