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

FHIR IG analytics

Packageil.fhir.r4.ashmc
Resource TypeEncounter
IdEncounter-AshdodEncounterSubMvExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Encounter",
  "id": "AshdodEncounterSubMvExample",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "encounterInformation",
        "display": "ביקורים"
      }
    ],
    "profile": [
      "http://fhir.ashmc.co.il/StructureDefinition/encounter-sub-mv"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.health.gov.il/cs/il-core-identifier-type",
            "code": "strong-id",
            "display": "Strong Identifier"
          }
        ]
      },
      "system": "http://fhir.ashmc.co.il/identifier/medical-record-mv",
      "value": "MR-MV-98765"
    }
  ],
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.health.gov.il/cs/il-core-encounter-type",
          "code": "inpatient-care-segment-hdp"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "394579002",
        "display": "Cardiology"
      }
    ]
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/ashmc-dr-cohen"
      }
    }
  ],
  "period": {
    "start": "2025-03-15T09:00:00+02:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "57054005",
          "display": "Acute myocardial infarction"
        }
      ]
    }
  ],
  "location": [
    {
      "physicalType": {
        "coding": [
          {
            "system": "http://fhir.health.gov.il/cs/il-core-location-physical-type",
            "code": "hospital-nursing-unit",
            "display": "Hospital nursing unit"
          }
        ]
      },
      "location": {
        "reference": "Location/ashmc-ward-3a"
      },
      "status": "active"
    }
  ],
  "serviceProvider": {
    "identifier": {
      "system": "http://fhir.ashmc.co.il/identifier/mv-unit-id",
      "value": "DEPT-CARDIO"
    }
  },
  "status": "in-progress",
  "subject": {
    "reference": "Patient/ashmc-patient-001"
  },
  "partOf": {
    "reference": "Encounter/AshdodEncounterMainExample"
  }
}