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

FHIR IG analytics

Packageegde.health.gateway
Resource TypePatient
IdPatient-Pat432432.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

Motivert Sang (no stated gender), DoB Unknown ( id: 14892949080)


Contact Detail:ms@test.com
citizenship:
  • code: Norway

Source1

{
  "resourceType": "Patient",
  "id": "Pat432432",
  "meta": {
    "profile": [
      "http://www.egde.no/StructureDefinition/ehg-no-Patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "NO"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.578.1.12.4.1.4.1",
      "value": "14892949080"
    }
  ],
  "name": [
    {
      "family": "Sang",
      "given": [
        "Motivert"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "ms@test.com",
      "use": "home"
    }
  ]
}