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

FHIR IG analytics

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

Maria Ljungberg(official) Female, DoB: 1961-01-18 ( http://electronichealth.se/identifier/personnummer#196101182803)


Marital Status:Married
Contact DetailVänervägen 7 VÄSTRA FRÖLUNDA 42140

Source1

{
  "resourceType": "Patient",
  "id": "PatientExample196101182803",
  "meta": {
    "profile": [
      "http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://electronichealth.se/identifier/personnummer",
      "value": "196101182803"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Maria Ljungberg",
      "family": "Ljungberg",
      "given": [
        "Maria",
        "Birgitta"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "CL"
            }
          ]
        },
        null
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1961-01-18",
  "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": "63381000052101",
                "display": "folkbokföringsadress"
              }
            ]
          }
        }
      ],
      "line": [
        "Vänervägen 7"
      ],
      "city": "VÄSTRA FRÖLUNDA",
      "postalCode": "42140"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  }
}