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

FHIR IG analytics

Packagelt.hl7.fhir.breast
Resource TypeObservation
IdObservation-observation-birads-cat4-example.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


English


Generated Narrative: Observation observation-birads-cat4-example

Language: en

Profile: BI-RADS Assessment

status: Final

code: Breast Imaging Reporting and Data System assessment category (observable entity)

subject: Janette Petrauskaite(official) Female, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2023-08-01 10:00:00+0000

performer: Practitioner Registrar

value: Mammography assessment (Category 4) - Suspicious abnormality, biopsy should be considered (finding)


Lithuanian


Generated Narrative: Observation observation-birads-cat4-example

Language: en

Profile: BI-RADS Assessment

status: Final

code: Breast Imaging Reporting and Data System assessment category (observable entity)

subject: Janette Petrauskaite(official) Female, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

effective: 2023-08-01 10:00:00+0000

performer: Practitioner Registrar

value: Mammography assessment (Category 4) - Suspicious abnormality, biopsy should be considered (finding)


Source1

{
  "resourceType": "Observation",
  "id": "observation-birads-cat4-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/breast/StructureDefinition/birads-assessment-lt-breast"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "146611000146107",
        "display": "Breast Imaging Reporting and Data System assessment category (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-female"
  },
  "effectiveDateTime": "2023-08-01T10:00:00Z",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "397144001",
        "display": "Mammography assessment (Category 4) - Suspicious abnormality, biopsy should be considered (finding)"
      }
    ]
  }
}