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

FHIR IG analytics

Packagelt.hl7.fhir.breast
Resource TypeObservation
IdObservation-observation-mammo-mass-left-uoq-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-mammo-mass-left-uoq-example

status: Final

code: Mammography (procedure)

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

effective: 2024-11-20 10:00:00+0200

performer: Practitioner Registrar

dataAbsentReason: Not Applicable

bodyStructure: BodyStructure

component

code: Finding status values

value: New

component

code: Mammography finding (finding)

value: Mammographic mass of breast

component

code: Diameter of lump (observable entity)

value: 12 mm (Details: UCUM codemm = 'mm')


Lithuanian


Generated Narrative: Observation observation-mammo-mass-left-uoq-example

status: Final

code: Mammography (procedure)

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

effective: 2024-11-20 10:00:00+0200

performer: Practitioner Registrar

dataAbsentReason: Not Applicable

bodyStructure: BodyStructure

component

code: Finding status values

value: New

component

code: Mammography finding (finding)

value: Mammographic mass of breast

component

code: Diameter of lump (observable entity)

value: 12 mm (Details: UCUM codemm = 'mm')


Source1

{
  "resourceType": "Observation",
  "id": "observation-mammo-mass-left-uoq-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/breast/StructureDefinition/mammographic-examination-finding-lt-breast"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "71651007",
        "display": "Mammography (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-female"
  },
  "effectiveDateTime": "2024-11-20T10:00:00+02:00",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "dataAbsentReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code": "not-applicable"
      }
    ]
  },
  "bodyStructure": {
    "reference": "BodyStructure/bodystructure-left-uoq-example"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "288531002",
            "display": "Finding status values"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "7147002",
            "display": "New"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "129714008",
            "display": "Mammography finding (finding)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "129788004",
            "display": "Mammographic mass of breast"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "248530000",
            "display": "Diameter of lump (observable entity)"
          }
        ]
      },
      "valueQuantity": {
        "value": 12,
        "system": "http://unitsofmeasure.org",
        "code": "mm"
      }
    }
  ]
}