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

FHIR IG analytics

Packagephis.ig.dev
Resource TypePatient
IdPatient-connectdtx-patient-example.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

김환자 male, DoB: 1990-10-12 ( Medical record number: P12345)


Contact Detail:ph: 010-1234-5678

Source1

{
  "resourceType": "Patient",
  "id": "connectdtx-patient-example",
  "meta": {
    "profile": [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:1.2.3.4.5.6",
      "value": "P12345"
    }
  ],
  "name": [
    {
      "text": "김환자"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "010-1234-5678"
    }
  ],
  "gender": "male",
  "birthDate": "1990-10-12"
}