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

FHIR IG Statistics: StructureDefinition/EEMPI-Patient-Animal

Packageee.tehik.mpi
Resource TypeStructureDefinition
IdEEMPI-Patient-Animal
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ee.tehik.mpi@0.1.0-beta&canonical=https://hl7.ee/fhir/StructureDefinition/EEMPI-Patient-Animal
URLhttps://hl7.ee/fhir/StructureDefinition/EEMPI-Patient-Animal
Version1.0.0
Statusdraft
Date2022-10-08T13:10:23.2820411+00:00
NameEEMPIPatientAnimal
TitleEE MPI Patient Animal
Authorityhl7
DescriptionFor veterinarian, laboratories and pathology needs
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
Extension-EEMPI-PatientAgeExtension EEMPI PatientAge
EEBase-PatientEEBase Patient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "EEMPI-Patient-Animal",
  "url": "https://hl7.ee/fhir/StructureDefinition/EEMPI-Patient-Animal",
  "version": "1.0.0",
  "name": "EEMPIPatientAnimal",
  "title": "EE MPI Patient Animal",
  "status": "draft",
  "date": "2022-10-08T13:10:23.2820411+00:00",
  "publisher": "TEHIK",
  "description": "For veterinarian, laboratories and pathology needs",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "https://hl7.ee/fhir/StructureDefinition/EEBase-Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.extension:animal",
        "path": "Patient.extension",
        "sliceName": "animal",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/patient-animal"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Patient.extension:animal.extension",
        "path": "Patient.extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.extension:animal.extension:species",
        "path": "Patient.extension.extension",
        "sliceName": "species",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.extension:animal.extension:breed",
        "path": "Patient.extension.extension",
        "sliceName": "breed",
        "min": 0,
        "mustSupport": true
      },
      {
        "id": "Patient.extension:animal.extension:genderStatus",
        "path": "Patient.extension.extension",
        "sliceName": "genderStatus",
        "min": 0,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:est-id",
        "path": "Patient.identifier",
        "sliceName": "est-id",
        "max": "0"
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.name.use",
        "path": "Patient.name.use",
        "min": 1,
        "fixedCode": "nickname"
      },
      {
        "id": "Patient.name.text",
        "path": "Patient.name.text",
        "min": 1
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "max": "0"
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "max": "0"
      },
      {
        "id": "Patient.name.prefix",
        "path": "Patient.name.prefix",
        "max": "0"
      },
      {
        "id": "Patient.name.suffix",
        "path": "Patient.name.suffix",
        "max": "0"
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "max": "0"
      },
      {
        "id": "Patient.birthDate.extension",
        "path": "Patient.birthDate.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Patient.birthDate.extension:age",
        "path": "Patient.birthDate.extension",
        "sliceName": "age",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://hl7.ee/fhir/StructureDefinition/Extension-EEMPI-PatientAge"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Patient.maritalStatus",
        "path": "Patient.maritalStatus",
        "max": "0"
      },
      {
        "id": "Patient.multipleBirth[x]",
        "path": "Patient.multipleBirth[x]",
        "max": "0"
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      },
      {
        "id": "Patient.contact",
        "path": "Patient.contact",
        "max": "0"
      },
      {
        "id": "Patient.communication",
        "path": "Patient.communication",
        "max": "0"
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "max": "0"
      },
      {
        "id": "Patient.link",
        "path": "Patient.link",
        "max": "0"
      }
    ]
  }
}