PackagesCanonicalsLogsProblems
    Packages
    furore.test.fsh.demo@0.1.0-rc1
    https://furore.com/data/fhir/StructureDefinition/cancer-patient-demo
{
  "description": "A patient who has been diagnosed with a malignant growth or tumor",
  "_filename": "StructureDefinition-cancer-patient-demo.json",
  "package_name": "furore.test.fsh.demo",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "CancerPatient",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/v3/cda",
    "name": "CDA (R2)",
    "identity": "cda"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://loinc.org",
    "name": "LOINC code for the element",
    "identity": "loinc"
  } ],
  "abstract": false,
  "type": "Patient",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Cancer Patient Profile",
  "package_version": "0.1.0-rc1",
  "status": "active",
  "id": "a495dc22-8c1b-44c3-b9ab-3d966db4001f",
  "kind": "resource",
  "url": "https://furore.com/data/fhir/StructureDefinition/cancer-patient-demo",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "Patient.extension",
      "min": 1,
      "path": "Patient.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Patient.extension:birthPlace",
      "max": "1",
      "min": 1,
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" ]
      } ],
      "sliceName": "birthPlace",
      "definition": "The registered place of birth of the patient"
    }, {
      "id": "Patient.extension:educationLevel",
      "max": "1",
      "min": 0,
      "path": "Patient.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://furore.com/data/fhir/StructureDefinition/EducationLevel" ]
      } ],
      "sliceName": "educationLevel",
      "definition": "The level of education of a patient",
      "mustSupport": true
    }, {
      "id": "Patient.identifier.value",
      "path": "Patient.identifier.value",
      "mustSupport": true
    }, {
      "id": "Patient.birthDate",
      "path": "Patient.birthDate",
      "mustSupport": true
    }, {
      "id": "Patient.deceased[x]",
      "path": "Patient.deceased[x]",
      "mustSupport": true
    }, {
      "id": "Patient.address.country",
      "path": "Patient.address.country",
      "binding": {
        "strength": "required",
        "valueSet": "http://terminology.hl7.org/ValueSet/v3-Country"
      },
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient"
}