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

FHIR IG Statistics: StructureDefinition/TrainingPatient.exercise3

Packageorg.example.ProfilingTrainingMay
Resource TypeStructureDefinition
IdTrainingPatient.exercise3
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=org.example.ProfilingTrainingMay@0.0.1&canonical=http://example.org/fhir/StructureDefinition/TrainingPatient2
URLhttp://example.org/fhir/StructureDefinition/TrainingPatient2
Statusdraft
NameTrainingPatient2
DescriptionThis is the profile for Patient that results from completing the third exercise of the Profiling training course.
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
TrainingPatient3TrainingPatient3

Resources that this resource uses

StructureDefinition
OccupationOccupation
TrainingPatientTrainingPatient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://example.org/fhir/StructureDefinition/TrainingPatient2",
  "name": "TrainingPatient2",
  "status": "draft",
  "description": "This is the profile for Patient that results from completing the third exercise of the Profiling training course.",
  "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://example.org/fhir/StructureDefinition/TrainingPatient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:occupation",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Patient.extension",
        "sliceName": "occupation",
        "definition": "Extension to capture occupational data for the Patient of the Profiling training course.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://example.org/fhir/StructureDefinition/Occupation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.extension:birthPlace",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Patient.extension",
        "sliceName": "birthPlace",
        "definition": "The registered place of birth of the patient. A sytem may use the address.text if they    don't store the birthPlace address in discrete elements.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}