Package | com.hl7.cyb.r5 |
Resource Type | StructureDefinition |
Id | Patient |
FHIR Version | R5 |
Source | https://simplifier.net/resolve?scope=com.hl7.cyb.r5@0.1.11&canonical=http://192.168.1.53:8080/fhir/StructureDefinition/Patient |
URL | http://192.168.1.53:8080/fhir/StructureDefinition/Patient |
Version | 0.1.8 |
Status | active |
Name | Patient |
Title | Patient |
Description | 扩展后的患者信息 |
Purpose | 患者信息 |
Copyright | CYB |
Type | Patient |
Kind | resource |
No resources found
StructureDefinition | |
ChineseEthnicity | ChineseEthnicity |
ChineseName | ChineseName |
Note: links and images are rebased to the (stated) source
{ "resourceType": "StructureDefinition", "id": "Patient", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://192.168.1.53:8080/fhir/StructureDefinition/Patient", "version": "0.1.8", "name": "Patient", "title": "Patient", "status": "active", "description": "扩展后的患者信息", "purpose": "患者信息", "copyright": "CYB", "fhirVersion": "5.0.0", "kind": "resource", "abstract": false, "type": "Patient", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient", "derivation": "constraint", "differential": { "element": [ { "id": "Patient", "path": "Patient", "short": "扩展患者信息", "definition": "适用于中国的患者信息" }, { "id": "Patient.extension", "path": "Patient.extension", "min": 1 }, { "id": "Patient.extension:ethnicity", "path": "Patient.extension", "sliceName": "ethnicity", "short": "中华民族", "definition": "中华56个民族", "min": 1, "max": "1", "type": [ { "code": "Extension", "profile": [ "http://192.168.1.53:8080/fhir/StructureDefinition/ChineseEthnicity" ] } ], "maxLength": 10, "mustSupport": true, "isModifierReason": "ethnicity" }, { "id": "Patient.name", "path": "Patient.name", "short": "患者姓名", "definition": "患者姓名、姓、名", "comment": "A patient may have multiple names with different uses or applicable periods. For animals, the name is a \"HumanName\" in the sense that is assigned and used by humans and has the same patterns. Animal names may be communicated as given names, and optionally may include a family name.", "min": 1, "type": [ { "code": "HumanName", "profile": [ "http://192.168.1.53:8080/fhir/StructureDefinition/ChineseName" ] } ] } ] } }