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-specimen.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-specimen
URLhttp://fhir.health.gov.il/StructureDefinition/il-core-specimen
Version0.12.1
Statusdraft
Date2021-05-02
NameILCoreSpecimen
TitleILCore Specimen Profile
Realmil
Authoritynational
DescriptionIsrael Core proposed constraints and extensions on the Specimen Resource
TypeSpecimen
Kindresource

Resources that use this resource

StructureDefinition
il.core.fhir.r4.2023#0.1.0il-core-diagnostic-reportILCore DiagnosticReport Profile
il.core.fhir.r4.2023#0.1.0il-core-imaging-studyILCore ImagingStudy Profile
il.core.fhir.r4.2023#0.1.0il-core-mediaILCore Media Profile
il.core.fhir.r4.2023#0.1.0il-core-observationILCore Observation Profile
il.core.fhir.r4.2023#0.1.0il-core-service-requestILCore ServiceRequest Profile
il.core.fhir.r4.2023#0.1.0il-core-specimenILCore Specimen Profile
il.hdp.fhir.r4#0.4.2il-hdp-diagnostic-reportILHDP DiagnosticReport Profile
il.hdp.fhir.r4#0.4.2il-hdp-specimen-labILHDP Specimen Lab Profile
il.hdp.fhir.r4#0.4.2il-hdp-specimen-pathologyILHDP Specimen Pathology Profile
il.tasmc.fhir.r4#0.7.1tasmc-specimen-labSourasky Lab Samples Profile
il.core.fhir.r4#0.20.3il-core-molecular-sequenceILCore Molecular Sequence Profile

Resources that this resource uses

StructureDefinition
il.core.fhir.r4.2023#0.1.0il-core-deviceILCore Device Profile
il.core.fhir.r4.2023#0.1.0il-core-groupILCore Group Profile
il.core.fhir.r4.2023#0.1.0il-core-locationILCore Location Profile
il.core.fhir.r4.2023#0.1.0il-core-patientILCore Patient Profile
il.core.fhir.r4.2023#0.1.0il-core-practitionerILCore Practitioner Profile
il.core.fhir.r4.2023#0.1.0il-core-practitioner-roleILCore PractitionerRole Profile
il.core.fhir.r4.2023#0.1.0il-core-service-requestILCore ServiceRequest Profile
il.core.fhir.r4.2023#0.1.0il-core-specimenILCore Specimen Profile

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "il-core-specimen",
  "url": "http://fhir.health.gov.il/StructureDefinition/il-core-specimen",
  "version": "0.12.1",
  "name": "ILCoreSpecimen",
  "title": "ILCore Specimen 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 the Specimen Resource",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Specimen",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Specimen",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Specimen",
        "path": "Specimen",
        "short": "ILCore Specimen Profile",
        "definition": "Definitions for the profile-Specimen resource profile."
      },
      {
        "id": "Specimen.subject",
        "path": "Specimen.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-patient",
              "http://fhir.health.gov.il/StructureDefinition/il-core-group",
              "http://fhir.health.gov.il/StructureDefinition/il-core-device",
              "http://hl7.org/fhir/StructureDefinition/Substance",
              "http://fhir.health.gov.il/StructureDefinition/il-core-location"
            ]
          }
        ]
      },
      {
        "id": "Specimen.parent",
        "path": "Specimen.parent",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-specimen"
            ]
          }
        ]
      },
      {
        "id": "Specimen.request",
        "path": "Specimen.request",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-service-request"
            ]
          }
        ]
      },
      {
        "id": "Specimen.collection.collector",
        "path": "Specimen.collection.collector",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner",
              "http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role"
            ]
          }
        ]
      }
    ]
  }
}