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

FHIR IG analytics

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

Language: en

Profile: Breast Nipple Inversion

status: Final

code: Appearance of nipple

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-06-15 10:00:00+0300

performer: Practitioner Registrar

value: Retraction of nipple (finding)

bodySite: Breast


Lithuanian


Generated Narrative: Observation observation-nipple-inversion-example

Language: en

Profile: Breast Nipple Inversion

status: Final

code: Appearance of nipple

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-06-15 10:00:00+0300

performer: Practitioner Registrar

value: Retraction of nipple (finding)

bodySite: Breast


Source1

{
  "resourceType": "Observation",
  "id": "observation-nipple-inversion-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/breast/StructureDefinition/breast-nipple-inversion-lt-breast"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "364377005",
        "display": "Appearance of nipple"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-patient-female"
  },
  "encounter": {
    "reference": "Encounter/encounter-palpation-example"
  },
  "effectiveDateTime": "2024-06-15T10:00:00+03:00",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "271955004",
        "display": "Retraction of nipple (finding)"
      }
    ]
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "76752008",
        "display": "Breast"
      }
    ]
  }
}