PackagesCanonicalsLogsProblems
    Packages
    beact.es.publishingtutorial@0.0.1-test
    https://beact.org/fhir/StructureDefinition/PDMSPatient
{
  "description": null,
  "_filename": "PDMSPatient.StructureDefinition.json",
  "package_name": "beact.es.publishingtutorial",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "PDMSPatient",
  "abstract": false,
  "type": "Patient",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.0.1-test",
  "status": "draft",
  "id": "85a21c1c-84d2-42e8-95ec-11b9bc27fe20",
  "kind": "resource",
  "url": "https://beact.org/fhir/StructureDefinition/PDMSPatient",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Patient.identifier",
      "min": 1,
      "path": "Patient.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "type.coding.code",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.identifier:CareCenterIdentifier",
      "max": "1",
      "min": 1,
      "path": "Patient.identifier",
      "sliceName": "CareCenterIdentifier",
      "mustSupport": true
    }, {
      "id": "Patient.identifier:CareCenterIdentifier.type",
      "min": 1,
      "path": "Patient.identifier.type",
      "mustSupport": true,
      "fixedCodeableConcept": {
        "coding": [ {
          "code": "MR",
          "system": "http://hl7.org/fhir/ValueSet/identifier-type",
          "display": "Medical record number"
        } ]
      }
    }, {
      "id": "Patient.identifier:CareCenterIdentifier.value",
      "min": 1,
      "path": "Patient.identifier.value",
      "mustSupport": true
    }, {
      "id": "Patient.active",
      "min": 1,
      "path": "Patient.active",
      "mustSupport": true
    }, {
      "id": "Patient.name",
      "min": 1,
      "path": "Patient.name",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "use",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.name:officialName",
      "max": "1",
      "min": 1,
      "path": "Patient.name",
      "sliceName": "officialName",
      "mustSupport": true
    }, {
      "id": "Patient.name:officialName.use",
      "min": 1,
      "path": "Patient.name.use",
      "mustSupport": true
    }, {
      "id": "Patient.name:officialName.family",
      "min": 1,
      "path": "Patient.name.family",
      "mustSupport": true
    }, {
      "id": "Patient.name:officialName.given",
      "min": 1,
      "path": "Patient.name.given",
      "mustSupport": true
    }, {
      "id": "Patient.gender",
      "min": 1,
      "path": "Patient.gender",
      "mustSupport": true
    }, {
      "id": "Patient.birthDate",
      "min": 1,
      "path": "Patient.birthDate",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient"
}