FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4.2023
Resource TypeStructureDefinition
IdStructureDefinition-il-core-family-member-history.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4.2023@0.1.0&canonical=http://fhir.health.gov.il/StructureDefinition/il-core-family-member-history
URLhttp://fhir.health.gov.il/StructureDefinition/il-core-family-member-history
Version0.12.1
Statusdraft
Date2021-05-02
NameILCoreFamilyMemberHistory
TitleILCore FamilyMemberHistory Profile
Realmil
Authoritynational
DescriptionIsrael Core proposed constraints and extensions on theILCoreFamilyMemberHistory Resource
TypeFamilyMemberHistory
Kindresource

Resources that use this resource

StructureDefinition
laniado.test.fhir.r4#0.1.92laniado-family-member-historyLaniado FamilyMemberHistory Profile

Resources that this resource uses

StructureDefinition
il.core.fhir.r4.2023#0.1.0il-core-allergy-intoleranceILCore AllergyIntolerance Profile
il.core.fhir.r4.2023#0.1.0il-core-conditionILCore Condition Profile
il.core.fhir.r4.2023#0.1.0il-core-diagnostic-reportILCore DiagnosticReport Profile
il.core.fhir.r4.2023#0.1.0il-core-observationILCore Observation Profile
il.core.fhir.r4.2023#0.1.0il-core-patientILCore Patient Profile
il.core.fhir.r4.2023#0.1.0il-core-questionnaire-responseILCore QuestionnaireResponse Profile

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "il-core-family-member-history",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-family-member-history",
  "version": "0.12.1",
  "name": "ILCoreFamilyMemberHistory",
  "title": "ILCore FamilyMemberHistory Profile",
  "status": "draft",
  "date": "2021-05-02",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "ido.levin@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Israel Core proposed constraints and extensions on theILCoreFamilyMemberHistory Resource",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "FamilyMemberHistory",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "FamilyMemberHistory",
        "path": "FamilyMemberHistory",
        "short": "ILCore FamilyMemberHistory Profile",
        "definition": "Definitions for the profile-FamilyMemberHistory resource profile."
      },
      {
        "id": "FamilyMemberHistory.patient",
        "path": "FamilyMemberHistory.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-patient"
            ]
          }
        ]
      },
      {
        "id": "FamilyMemberHistory.reasonReference",
        "path": "FamilyMemberHistory.reasonReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-condition",
              "http://fhir.health.gov.il/StructureDefinition/il-core-observation",
              "http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance",
              "http://fhir.health.gov.il/StructureDefinition/il-core-questionnaire-response",
              "http://fhir.health.gov.il/StructureDefinition/il-core-diagnostic-report",
              "http://hl7.org/fhir/StructureDefinition/DocumentReference"
            ]
          }
        ]
      }
    ]
  }
}