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

FHIR IG analytics

Packagelt.hl7.fhir.base
Resource TypePatient
IdPatient-patient-example.json
FHIR VersionR5

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


English


Generated Narrative: Patient patient-example

Language: en

Profile: PatientLt

Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))


Active:true
Other Id:urn:oid:1.2.3.4.5.6.7.8.9.11/38501019999 (use: official, )
Contact Detail

Lithuanian


Generated Narrative: Patient patient-example

Language: en

Profile: PatientLt

Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))


Active:true
Other Id:urn:oid:1.2.3.4.5.6.7.8.9.11/38501019999 (use: official, )
Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "patient-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/patient-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:1.2.3.4.5.6.7.8.9.11",
      "value": "38501019999"
    },
    {
      "use": "usual",
      "system": "http://hospital-lt.lt/patient-id",
      "value": "HOSPLT-10005"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Jonas Petrauskas",
      "family": "Petrauskas",
      "given": [
        "Jonas"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+370 6 555 1234",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "1985-01-01",
  "address": [
    {
      "use": "home",
      "line": [
        "Gedimino pr. 10"
      ],
      "city": "Vilnius",
      "postalCode": "LT-01103",
      "country": "LT"
    }
  ]
}