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

FHIR IG analytics

Packageru.core
Resource TypeProcedure
IdProcedure-example-core-procedure-ivanov-consultation-min.json
FHIR VersionR5

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

Generated Narrative: Procedure example-core-procedure-ivanov-consultation-min

identifier: https://fhir.ru/ig/core/systems/procedure/PROC-2024-001

status: Completed

code: Взятие крови из периферической вены

subject: Иван Иванов Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01)

encounter: Encounter: identifier = https://fhir.ru/ig/core/systems/encounter#ENC-2024-001; status = completed; class = ambulatory; type = Consultation

Performers

-Actor
*PractitionerRole Врач-терапевт участковый

Source1

{
  "resourceType": "Procedure",
  "id": "example-core-procedure-ivanov-consultation-min",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/procedure",
      "value": "PROC-2024-001"
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-services",
        "code": "A11.12.009",
        "display": "Взятие крови из периферической вены"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-core-patient-ivanov-min"
  },
  "encounter": {
    "reference": "Encounter/example-core-encounter-consultation-min"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
      }
    }
  ]
}