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

: PractitionerExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "PractitionerExample01",
  "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=\"PractitionerExample01\"> </a><a name=\"hcPractitionerExample01\"> </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;PractitionerExample01&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>/938273695\u00a0(use:\u00a0OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: 赵勇(OFFICIAL)</p><p><b>telecom</b>: ph: 0105568263(WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1975-12-07</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "urn:oid:2.16.528.1.1007.3.1",
      "value" : "938273695"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "赵勇",
      "family" : "赵",
      "given" : [
        "勇"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0105568263",
      "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-12-07"
}