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

FHIR IG analytics

Packagese.electronichealth.fhir.nll.r4
Resource TypeBundle
Idfetch-patient-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "47ba6336-7bd9-4794-b859-162fce6e627e",
  "meta": {
    "lastUpdated": "2022-10-03T09:32:02.114+00:00",
    "tag": [
      {
        "display": "Fetch Patient"
      },
      {
        "display": "Bundle of type searchset"
      },
      {
        "display": "fetch-patient-example-1"
      }
    ]
  },
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://test.ehalsomyndigheten.se/fhir/Patient?identifier=http%3A%2F%2Felectronichealth.se%2Fidentifier%2Fpersonnummer%7C198710152391"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://test.ehalsomyndigheten.se/fhir/Patient/3ed1eaff-abf0-4672-a120-d8fb38e34a1a",
      "resource": {
        "resourceType": "Patient",
        "id": "3ed1eaff-abf0-4672-a120-d8fb38e34a1a",
        "meta": {
          "profile": [
            "http://electronichealth.se/fhir/StructureDefinition/NLLPatient"
          ],
          "security": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
              "code": "SUBSETTED"
            }
          ]
        },
        "extension": [
          {
            "url": "http://electronichealth.se/fhir/StructureDefinition/NLLPopulationRegistered",
            "valueCoding": {
              "system": "http://ehalsomyndigheten.se/fhir/CodeSystem/library",
              "code": "YES"
            }
          }
        ],
        "identifier": [
          {
            "system": "http://electronichealth.se/identifier/personnummer",
            "value": "198710152391"
          }
        ],
        "active": true,
        "name": [
          {
            "text": "Svensson, Erik",
            "family": "Svensson",
            "given": [
              "Erik"
            ]
          }
        ],
        "deceasedBoolean": false,
        "address": [
          {
            "extension": [
              {
                "url": "http://electronichealth.se/fhir/StructureDefinition/NLLMunicipalityCode",
                "valueCode": "0115"
              },
              {
                "url": "http://electronichealth.se/fhir/StructureDefinition/NLLRegionCode",
                "valueCode": "01"
              }
            ],
            "use": "home"
          }
        ]
      }
    }
  ]
}