name: diagnostic-workup-basic
locale: us
fhirVersion: R4
bundle:
  type: transaction
resources:
  - type: Patient
    id: patient
  - type: Practitioner
    id: practitioner
  - type: Organization
    id: organization
  - type: Encounter
    id: encounter
    fields:
      subject: patient
  - type: Observation
    id: vital-sign
    fields:
      subject: patient
      encounter: encounter
      performer:
        - practitioner
      category:
        - coding:
            - system: http://terminology.hl7.org/CodeSystem/observation-category
              code: vital-signs
              display: Vital Signs
      code:
        coding:
          - system: http://loinc.org
            code: "8480-6"
            display: Systolic blood pressure
        text: Systolic blood pressure
      valueQuantity:
        value: 142
        unit: mmHg
        system: http://unitsofmeasure.org
        code: mm[Hg]
  - type: DiagnosticReport
    id: report
    fields:
      subject: patient
      encounter: encounter
      performer:
        - practitioner
      category:
        - coding:
            - system: http://terminology.hl7.org/CodeSystem/v2-0074
              code: LAB
              display: Laboratory
      code:
        coding:
          - system: http://loinc.org
            code: "85354-9"
            display: Blood pressure panel with all children optional
        text: Blood pressure panel
      result:
        - vital-sign
