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

FHIR IG Statistics: StructureDefinition/MyPatientProfile.StructureDefinition

PackageTInterop.23
Resource TypeStructureDefinition
IdMyPatientProfile.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=TInterop.23@1.0.0-alpha&canonical=https://formation/interopsante/fhir/StructureDefinition/MyPatientProfile
URLhttps://formation/interopsante/fhir/StructureDefinition/MyPatientProfile
Statusdraft
Date2023-01-01T17:31:33.1416526+00:00
NameMyPatientProfile
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
PatientDeathPlacePatientDeathPlace

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://formation/interopsante/fhir/StructureDefinition/MyPatientProfile",
  "name": "MyPatientProfile",
  "status": "draft",
  "date": "2023-01-01T17:31:33.1416526+00:00",
  "fhirVersion": "4.0.1",
  "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"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Patient.extension:myExtension",
        "path": "Patient.extension",
        "sliceName": "myExtension",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://formation/interopsante/fhir/StructureDefinition/PatientDeathPlace"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Patient.extension:myExtension",
        "path": "Patient.extension",
        "sliceName": "myExtension",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://formation/interopsante/fhir/StructureDefinition/PatientDeathPlace"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.maritalStatus",
        "path": "Patient.maritalStatus",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "MaritalStatus"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
              "valueBoolean": true
            }
          ],
          "strength": "required"
        }
      },
      {
        "id": "Patient.contact.relationship",
        "path": "Patient.contact.relationship",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ContactRelationship"
            }
          ],
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/MyPatientcontactrelationship"
        }
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://interopsante.org/fhir/StructureDefinition/FrOrganization"
            ]
          }
        ]
      },
      {
        "id": "Patient.generalPractitioner.identifier",
        "path": "Patient.generalPractitioner.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type"
            }
          ],
          "description": "Slicing sur les identifiers",
          "rules": "open"
        }
      },
      {
        "id": "Patient.generalPractitioner.identifier:INS-NIR",
        "path": "Patient.generalPractitioner.identifier",
        "sliceName": "INS-NIR"
      },
      {
        "id": "Patient.generalPractitioner.identifier:INS-NIR.use",
        "path": "Patient.generalPractitioner.identifier.use",
        "fixedCode": "usual"
      },
      {
        "id": "Patient.generalPractitioner.identifier:INS-NIR.type",
        "path": "Patient.generalPractitioner.identifier.type",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://interopsante.org/CodeSystem/fr-v2-0205",
              "code": "INS-NIR"
            }
          ]
        }
      },
      {
        "id": "Patient.generalPractitioner.identifier:INS-C",
        "path": "Patient.generalPractitioner.identifier",
        "sliceName": "INS-C"
      },
      {
        "id": "Patient.generalPractitioner.identifier:INS-C.use",
        "path": "Patient.generalPractitioner.identifier.use",
        "fixedCode": "secondary"
      },
      {
        "id": "Patient.generalPractitioner.identifier:INS-C.type",
        "path": "Patient.generalPractitioner.identifier.type",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://interopsante.org/CodeSystem/fr-v2-0203",
              "code": "INS-C"
            }
          ]
        }
      }
    ]
  }
}