FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Patient

Packagecom.hl7.cyb.r5
Resource TypeStructureDefinition
IdPatient
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=com.hl7.cyb.r5@0.1.11&canonical=http://192.168.1.53:8080/fhir/StructureDefinition/Patient
URLhttp://192.168.1.53:8080/fhir/StructureDefinition/Patient
Version0.1.8
Statusactive
NamePatient
TitlePatient
Description扩展后的患者信息
Purpose患者信息
CopyrightCYB
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ChineseEthnicityChineseEthnicity
ChineseNameChineseName

Narrative

Note: links and images are rebased to the (stated) source

Enter your narrative here

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"
            ]
          }
        ]
      }
    ]
  }
}