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

FHIR IG analytics

Packagelt.hl7.fhir.cervical
Resource TypeObservation
IdObservation-observation-colposcopy-finding-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-colposcopy-finding-example

status: Final

category: Exam

code: Colposcopy (procedure)

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

value: Specimen satisfactory for evaluation (finding)

note:

Transformation zone fully visible. Acetowhite changes limited.

component

code: Swede score (observable entity)

value: 3

component

code: Risk assessment status (finding)

value: Low risk (qualifier value)


Lithuanian


Generated Narrative: Observation observation-colposcopy-finding-example

status: Final

category: Exam

code: Colposcopy (procedure)

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

value: Specimen satisfactory for evaluation (finding)

note:

Transformation zone fully visible. Acetowhite changes limited.

component

code: Swede score (observable entity)

value: 3

component

code: Risk assessment status (finding)

value: Low risk (qualifier value)


Source1

{
  "resourceType": "Observation",
  "id": "observation-colposcopy-finding-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/cervical/StructureDefinition/colposcopy-finding-lt-cervical"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "392003006",
        "display": "Colposcopy (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-female-example"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "125152006",
        "display": "Specimen satisfactory for evaluation (finding)"
      }
    ]
  },
  "note": [
    {
      "text": "Transformation zone fully visible. Acetowhite changes limited."
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "1389350002",
            "display": "Swede score (observable entity)"
          }
        ]
      },
      "valueInteger": 3
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "407647007",
            "display": "Risk assessment status (finding)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "723505004",
            "display": "Low risk (qualifier value)"
          }
        ]
      }
    }
  ]
}