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

FHIR IG analytics

Packagehl7.fhir.us.mcode
Resource TypeProcedure
IdProcedure-us-core-procedure-biopsy-jenny-m.json
FHIR VersionR4

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 us-core-procedure-biopsy-jenny-m

status: Completed

code: Biopsy of breast using ultrasonographic guidance (procedure)

subject: Jenny M Female, DoB: 1965-01-01 ( Medical Record Number: MRN1234 (use: usual, ))

performed: 2018-03-06

asserter: Practitioner Mary Obgyn

Performers

-Actor
*Practitioner Mary Obgyn

reasonReference: Condition Primary malignant neoplasm of female left breast (disorder)

bodySite: Left breast structure (body structure)


Source1

{
  "resourceType": "Procedure",
  "id": "us-core-procedure-biopsy-jenny-m",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "723990008",
        "display": "Biopsy of breast using ultrasonographic guidance (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cancer-patient-jenny-m"
  },
  "performedDateTime": "2018-03-06",
  "asserter": {
    "reference": "Practitioner/us-core-practitioner-mary-obgyn"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/us-core-practitioner-mary-obgyn"
      }
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/primary-cancer-condition-jenny-m"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "80248007",
          "display": "Left breast structure (body structure)"
        }
      ]
    }
  ]
}