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

FHIR IG Statistics: StructureDefinition/leumit-patient

Packagefhir.outburn.co.il
Resource TypeStructureDefinition
Idleumit-patient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.outburn.co.il@0.5.5&canonical=http://md.fhir.leumit.co.il/StructureDefinition/leumit-patient
URLhttp://md.fhir.leumit.co.il/StructureDefinition/leumit-patient
Statusdraft
NameLeumitPatient
TitleLeumit Patient Profile
Realmus
Authorityhl7
DescriptionLeumit proposed profile for a Patient resouce
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ExtFamilyHeadfamily-head
ExtInfoApprovedExtension: Info-approved
ExtPopulationTypepopulation-type
il-core-patientILCore Patient Profile

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "leumit-patient",
  "url": "http://md.fhir.leumit.co.il/StructureDefinition/leumit-patient",
  "name": "LeumitPatient",
  "title": "Leumit Patient Profile",
  "status": "draft",
  "description": "Leumit proposed profile for a Patient resouce",
  "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://fhir.health.gov.il/StructureDefinition/il-core-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension:info-approved",
        "path": "Patient.extension",
        "sliceName": "info-approved",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.leumit.co.il/StructureDefinition/ExtInfoApproved"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:population-type",
        "path": "Patient.extension",
        "sliceName": "population-type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.leumit.co.il/StructureDefinition/ExtPopulationType"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:family-head",
        "path": "Patient.extension",
        "sliceName": "family-head",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.leumit.co.il/StructureDefinition/ExtFamilyHead"
            ]
          }
        ]
      },
      {
        "id": "Patient.identifier:fict",
        "path": "Patient.identifier",
        "sliceName": "fict",
        "short": "fictive patient ID",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:fict.use",
        "path": "Patient.identifier.use",
        "patternCode": "secondary"
      },
      {
        "id": "Patient.identifier:fict.system",
        "path": "Patient.identifier.system",
        "fixedUri": "http://fhir.leumit.co.il/Identifier/fict-patient"
      },
      {
        "id": "Patient.identifier:ppn-no-system",
        "path": "Patient.identifier",
        "sliceName": "ppn-no-system",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Patient.identifier:ppn-no-system.extension",
        "path": "Patient.identifier.extension",
        "min": 1
      },
      {
        "id": "Patient.identifier:ppn-no-system.extension:data-absent-reason",
        "path": "Patient.identifier.extension",
        "sliceName": "data-absent-reason",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
            ]
          }
        ]
      },
      {
        "id": "Patient.identifier:ppn-no-system.extension:data-absent-reason.value[x]",
        "path": "Patient.identifier.extension.value[x]",
        "fixedCode": "unknown"
      }
    ]
  }
}