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

FHIR IG analytics

Packageru.core
Resource TypeServiceRequest
IdServiceRequest-example-core-servicerequest-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: ServiceRequest example-core-servicerequest-ivanov-consultation-min

identifier: https://fhir.ru/ig/core/systems/servicerequest/SR-2024-001

status: Active

intent: Order

Codes

-Concept
*Взятие крови из периферической вены

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

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


Source1

{
  "resourceType": "ServiceRequest",
  "id": "example-core-servicerequest-ivanov-consultation-min",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/servicerequest",
      "value": "SR-2024-001"
    }
  ],
  "status": "active",
  "intent": "order",
  "code": {
    "concept": {
      "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"
  },
  "requester": {
    "reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
  }
}