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

FHIR IG analytics

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

Language: en

Profile: Breast History Assessment

status: Final

code: History of breast problem (situation)

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

encounter: Encounter: status = completed; class = ambulatory; actualPeriod = 2024-01-15 10:00:00+0200 --> 2024-01-15 10:30:00+0200

effective: 2024-01-15 00:00:00+0200

performer: Practitioner Registrar

value: No history of malignant tumor of breast


Lithuanian


Generated Narrative: Observation observation-history-disease-example

Language: en

Profile: Breast History Assessment

status: Final

code: History of breast problem (situation)

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

encounter: Encounter: status = completed; class = ambulatory; actualPeriod = 2024-01-15 10:00:00+0200 --> 2024-01-15 10:30:00+0200

effective: 2024-01-15 00:00:00+0200

performer: Practitioner Registrar

value: No history of malignant tumor of breast


Source1

{
  "resourceType": "Observation",
  "id": "observation-history-disease-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/breast/StructureDefinition/breast-history-assessment-lt-breast"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "161797003",
        "display": "History of breast problem (situation)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-female"
  },
  "encounter": {
    "reference": "Encounter/encounter-palpation-example"
  },
  "effectiveDateTime": "2024-01-15T00:00:00+02:00",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "700146008",
        "display": "No history of malignant tumor of breast"
      }
    ]
  }
}