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

FHIR IG analytics

Packagehl7.fhir.uv.ichom-breast-cancer
Resource TypeObservation
IdObservation-MenopausalStatusPatient147.json
FHIR VersionR4

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

Generated Narrative: Observation

Resource Observation "MenopausalStatusPatient147"

Profile: Menopausal status

status: unknown

code: Menopause, function (observable entity) (SNOMED CT#161712005)

subject: Patient/BreastCancerPatient147 " LETSCHE"

value: Before menopause (SNOMED CT#309606002)


Source1

{
  "resourceType": "Observation",
  "id": "MenopausalStatusPatient147",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/menopausal-status"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "unknown",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "161712005",
        "display": "Menopause, function (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/BreastCancerPatient147"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "309606002"
      }
    ]
  }
}