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

FHIR IG analytics

Packagekl.dk.fhir.gateway
Resource TypePatient
IdPatient-TestPerson.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 TestPerson

Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#0101010101 (use: official, ))


Deceased:false
Links:
  • Managing Organization: Identifier: urn:oid:1.2.208.176.1.1/123456789012345 (use: official, )

Source1

{
  "resourceType": "Patient",
  "id": "TestPerson",
  "meta": {
    "profile": [
      "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-citizen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:1.2.208.176.1.2",
      "value": "0101010101"
    }
  ],
  "deceasedBoolean": false,
  "managingOrganization": {
    "identifier": {
      "use": "official",
      "system": "urn:oid:1.2.208.176.1.1",
      "value": "123456789012345"
    }
  }
}