HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PatientExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PatientExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir/StructureDefinition/core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>刘康</b> male, DoB: 1955-10-25 ( <code>urn:oid:2.16.840.1.113883.2.23.1.19.1</code>/110101200301120019)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\"><code>urn:oid:2.16.840.1.113883.2.23.1.19.2</code>/100000000000000</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 13800138000(MOBILE)</li><li>北京市东城区景山前街4号(HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: parent\">parent:</td><td colspan=\"3\"><ul><li>刘勇</li><li>ph: 13012345678</li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7china.org.cn/fhir/StructureDefinition/ext-person-ethnicGroup",
      "valueCoding" : {
        "system" : "http://hl7.org.cn/fhir/CodeSystem/gb3304",
        "code" : "HA",
        "display" : "汉族"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "urn:oid:2.16.840.1.113883.2.23.1.19.1",
      "value" : "110101200301120019"
    },
    {
      "system" : "urn:oid:2.16.840.1.113883.2.23.1.19.2",
      "value" : "100000000000000"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "刘康",
      "family" : "刘",
      "given" : [
        "康"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "13800138000",
      "use" : "mobile"
    }
  ],
  "gender" : "male",
  "_gender" : {
    "extension" : [
      {
        "url" : "https://hl7.org.cn/fhir/StructureDefinition/ext-person-gender",
        "valueCoding" : {
          "system" : "http://hl7.org.cn/fhir/CodeSystem/gb2261-1",
          "code" : "1",
          "display" : "男性"
        }
      }
    ]
  },
  "birthDate" : "1955-10-25",
  "address" : [
    {
      "use" : "home",
      "text" : "北京市东城区景山前街4号",
      "line" : [
        "景山前街4号"
      ],
      "city" : "北京市",
      "district" : "东城区",
      "state" : "北京",
      "postalCode" : "100010"
    }
  ],
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/patient-contact-relationship",
              "code" : "parent"
            }
          ]
        }
      ],
      "name" : {
        "text" : "刘勇"
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "13012345678"
        }
      ]
    }
  ]
}