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

FHIR IG analytics

Packagehl7.fhir.us.cancer-reporting.r4b
Resource TypeEncounter
IdEncounter-encounter-uspath-specimen-collection.json
FHIR VersionR4B

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: Encounter encounter-uspath-specimen-collection

identifier: http://example.com/fhir/encounters/123

status: Finished

class: ActCode IMP: inpatient encounter (version = 9.0.0 )

type: Pathology consultation, comprehensive, records and specimen with report

subject: Annie Oakley Female, DoB: 1990-06-01 ( MRN: AlaskaDLN#abc123 (use: usual, ))

basedOn: ServiceRequest Surgical pathology study

participant

individual: Practitioner Wise Owl

participant

individual: Practitioner Stains Alot


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-uspath-specimen-collection",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.com/fhir/encounters",
      "value": "123"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "version": "9.0.0",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "726007",
          "display": "Pathology consultation, comprehensive, records and specimen with report"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/patient-OakleyAnnie"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/servicerequest-cancer-path"
    }
  ],
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/practitioner-oncologist"
      }
    },
    {
      "individual": {
        "reference": "Practitioner/practitioner-pathologist"
      }
    }
  ]
}