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

: PractitionerExample02 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "PractitionerExample02",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.cn/fhir/StructureDefinition/core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"PractitionerExample02\"> </a><a name=\"hcPractitionerExample02\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;PractitionerExample02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-core-practitioner.html\">卫生服务人员信息结构定义</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.528.1.1007.3.1</code>/938273696\u00a0(use:\u00a0OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: 王东方(OFFICIAL)</p><p><b>telecom</b>: ph: 0105568264(WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1975-09-17</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid:2.16.528.1.1007.3.1",
      "value" : "938273696"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "王东方",
      "family" : "王",
      "given" : [
        "东方"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0105568264",
      "use" : "work"
    }
  ],
  "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" : "1975-09-17"
}