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

FHIR IG Statistics: StructureDefinition/cancer-patient-demo

Packagefurore.test.fsh.demo
Resource TypeStructureDefinition
Idcancer-patient-demo
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=furore.test.fsh.demo@0.1.0-rc1&canonical=https://furore.com/data/fhir/StructureDefinition/cancer-patient-demo
URLhttps://furore.com/data/fhir/StructureDefinition/cancer-patient-demo
Version0.1.0
Statusactive
NameCancerPatient
TitleCancer Patient Profile
DescriptionA patient who has been diagnosed with a malignant growth or tumor
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
cancer-condition-demoPrimary Cancer Condition
cancer-surgeryCancer Surgery

Resources that this resource uses

StructureDefinition
EducationLevelEducation Level Extension
ValueSet
v3-CountryCountry

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "cancer-patient-demo",
  "url": "https://furore.com/data/fhir/StructureDefinition/cancer-patient-demo",
  "version": "0.1.0",
  "name": "CancerPatient",
  "title": "Cancer Patient Profile",
  "status": "active",
  "description": "A patient who has been diagnosed with a malignant growth or tumor",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.extension:birthPlace",
        "path": "Patient.extension",
        "sliceName": "birthPlace",
        "definition": "The registered place of birth of the patient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:educationLevel",
        "path": "Patient.extension",
        "sliceName": "educationLevel",
        "definition": "The level of education of a patient",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://furore.com/data/fhir/StructureDefinition/EducationLevel"
            ]
          }
        ],
        "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",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v3-Country"
        }
      }
    ]
  }
}