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

FHIR IG analytics

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

Profile: SE base profil for patient

Security Labels: all demographic information sensitivity (Details: ActCode code DEMO = 'all demographic information sensitivity'), Skyddad folkbokföring (Details: SE CodeSystem security labels code skyddadFolkbokforing = 'Skyddad folkbokföring')

Skyddad uppgift(official) Male, DoB: 2000-01-25 ( http://electronichealth.se/identifier/personnummer#189602029812)


Contact DetailFörmedlingsuppdrag Box 2820 GÖTEBORG 40320

Source1

{
  "resourceType": "Patient",
  "id": "PatientExample189602029812",
  "meta": {
    "profile": [
      "http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "DEMO"
      },
      {
        "system": "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel",
        "code": "skyddadFolkbokforing"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://electronichealth.se/identifier/personnummer",
      "value": "189602029812"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension",
          "valueString": "Skyddad uppgift"
        }
      ],
      "use": "official",
      "text": "Skyddad uppgift",
      "family": "Skyddad uppgift",
      "given": [
        "Skyddad uppgift"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2000-01-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": "63391000052104",
                "display": "särskild postadress"
              }
            ]
          }
        }
      ],
      "line": [
        "Förmedlingsuppdrag",
        "Box 2820"
      ],
      "city": "GÖTEBORG",
      "postalCode": "40320"
    }
  ]
}