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-4.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": "dc9a330a-808a-42c4-97dc-707d635a9c0b",
  "meta": {
    "lastUpdated": "2022-11-02T14:43:01.474+00:00",
    "tag": [
      {
        "display": "Fetch Patient unknown status"
      },
      {
        "display": "An Example of a Bundle of type searchset"
      },
      {
        "display": "fetch-patient-example-4"
      }
    ]
  },
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://nll-fhir-server-v1-test42.test.ecp.systest.receptpartner.se/fhir/Patient?identifier=http%3A%2F%2Felectronichealth.se%2Fidentifier%2Fpersonnummer%7C198602062393"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://nll-fhir-server-v1-test42.test.ecp.systest.receptpartner.se/fhir/Patient/1c679140-36be-4a62-b3ab-1e9e37c373fc",
      "resource": {
        "resourceType": "Patient",
        "id": "1c679140-36be-4a62-b3ab-1e9e37c373fc",
        "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": "UNKNOWN"
            }
          }
        ],
        "identifier": [
          {
            "system": "http://electronichealth.se/identifier/personnummer",
            "value": "198602062393"
          }
        ],
        "active": true
      }
    }
  ]
}