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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeEncounter
IdEncounter-hdp-segment-picc.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Segment: PICC line insertion during inpatient care.

Linked as a child event to the Ward A segment.

A Procedure resource for the PICC insertion can be linked via reasonReference when available.


Source1

{
  "resourceType": "Encounter",
  "id": "hdp-segment-picc",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "encounterInformation",
        "display": "Encounter information"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-encounter-inpatient-care-segment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital1.example.org/encounters",
      "value": "HOSP1-PICC-2024-0001"
    }
  ],
  "statusHistory": [
    {
      "period": {
        "start": "2024-11-30T10:00:00+02:00",
        "end": "2024-11-30T10:45:00+02:00"
      },
      "status": "in-progress"
    },
    {
      "period": {
        "start": "2024-11-30T10:45:00+02:00",
        "end": "2024-11-30T10:45:00+02:00"
      },
      "status": "finished"
    }
  ],
  "classHistory": [
    {
      "period": {
        "start": "2024-11-30T10:00:00+02:00",
        "end": "2024-11-30T10:45:00+02:00"
      },
      "class": {
        "code": "IMP",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "display": "inpatient encounter"
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.health.gov.il/cs/il-core-encounter-type",
          "code": "inpatient-care-segment-hdp",
          "display": "Inpatient care segment (HDP encounter type)"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "1258986006",
          "display": "Face-to-face encounter"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/il-hdp-patient",
    "display": "ILHDP Patient"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/practitioner-nurse-picc",
        "display": "Registered Nurse Maya Levi"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "SPRF",
              "display": "secondary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/practitioner-md-picc",
        "display": "Dr. Amir Feldman"
      }
    }
  ],
  "period": {
    "start": "2024-11-30T10:00:00+02:00",
    "end": "2024-11-30T10:45:00+02:00"
  },
  "serviceProvider": {
    "reference": "Organization/hospital1-ward-a",
    "display": "Hospital1 Internal Ward A"
  },
  "partOf": {
    "reference": "Encounter/hdp-segment-ward-a",
    "display": "Ward A Inpatient Care Segment"
  },
  "location": [
    {
      "location": {
        "reference": "Location/hospital1-ward-a-nu2",
        "display": "Hospital1 Ward A Nursing Unit 2"
      },
      "period": {
        "start": "2024-11-30T10:00:00+02:00",
        "end": "2024-11-30T10:45:00+02:00"
      },
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "wa",
            "display": "Ward"
          }
        ]
      },
      "status": "completed"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "code": "425196008",
          "system": "http://snomed.info/sct",
          "display": "Insertion of peripherally inserted central catheter (procedure)"
        }
      ],
      "text": "PICC line insertion procedure"
    }
  ],
  "status": "finished",
  "class": {
    "code": "IMP",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "display": "inpatient encounter"
  },
  "serviceType": {
    "coding": [
      {
        "code": "708170008",
        "system": "http://snomed.info/sct",
        "display": "Nursing service"
      }
    ]
  }
}