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

FHIR IG analytics

Packagehl7.fhir.uv.pharm-quality
Resource TypeProcedure
IdProcedure-procedure-drug-pq-ex2.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

Resource Procedure "procedure-drug-pq-ex2"

Profile: Procedure - Drug PQ

status: completed

code: Lyophilization Homogeneneity (Example Local Codes - Drug#LyophilizationHomogeneneity)

subject: : Drug batch

Performers

-Actor
*

Definitions

-Reference
*#DDLyo1

Generated Narrative: Device #device-nosubject

Definitions

-Reference
*#DDLyo1

Generated Narrative: DeviceDefinition #DDLyo1

identifier: Lyo 1


Source1

{
  "resourceType": "Procedure",
  "id": "procedure-drug-pq-ex2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Procedure-drug-pq"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Device",
      "id": "device-nosubject",
      "definition": {
        "reference": {
          "reference": "#DDLyo1"
        }
      }
    },
    {
      "resourceType": "DeviceDefinition",
      "id": "DDLyo1",
      "identifier": [
        {
          "value": "Lyo 1"
        }
      ]
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-local-codes-drug-pq-example",
        "code": "LyophilizationHomogeneneity",
        "display": "Lyophilization Homogeneneity"
      }
    ]
  },
  "subject": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/alternate-reference",
        "valueReference": {
          "reference": "Medication/medication-batch-information-drug-pq-ex1"
        }
      }
    ],
    "display": "Drug batch"
  },
  "performer": [
    {
      "actor": {
        "reference": "#device-nosubject",
        "display": "Lyo 1"
      }
    }
  ]
}