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

FHIR IG analytics

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

Förnamn Mellannamn Efternamn(official) Female, DoB: 2024-03-01 ( http://electronichealth.se/identifier/nationelltReservnummer#98240301AA06)


Contact Detail
  • C/O Adressrad 1 (Mer än 35 tecken) Adressrad 2 (Fler än 35 tecken) Orten 54300
  • Adressrad 1 Adressrad 2 Adressrad 3 DZ

Source1

{
  "resourceType": "Patient",
  "id": "PatientExample98240301AA06",
  "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": "98240301AA06"
    }
  ],
  "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": "2024-03-01",
  "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": [
        "C/O",
        "Adressrad 1 (Mer än 35 tecken)",
        "Adressrad 2 (Fler än 35 tecken)"
      ],
      "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"
    }
  ]
}