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

FHIR IG analytics

Packagehl7.fhir.uv.ihe-sdc-ecc.r4
Resource TypeObservation
IdObservation-SDCeCCObservationParent.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 "SDCeCCObservationParent"

Profile: IHE SDC/eCP on FHIR Observation

identifier: id: eccea3-121a-4bc3-94dc-7463cc908f2e

status: final

code: Progesterone Receptor (PgR) Status (Note A) (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#31161)

subject: http://example.org/patient: Example Patient

effective: 2021-05-11

performer: http://example.org/practitioner: Example Practitioner

value: Negative (less than 1%) (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#31001)

hasMember: id: fikea3-188a-4ko3-00dc-8282cc908f3e


Source1

{
  "resourceType": "Observation",
  "id": "SDCeCCObservationParent",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/Observation",
      "value": "eccea3-121a-4bc3-94dc-7463cc908f2e"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://cap.org/eCC",
        "code": "31161",
        "display": "Progesterone Receptor (PgR) Status (Note A)"
      }
    ]
  },
  "subject": {
    "reference": "http://example.org/patient",
    "display": "Example Patient"
  },
  "effectiveDateTime": "2021-05-11",
  "performer": [
    {
      "reference": "http://example.org/practitioner",
      "display": "Example Practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://cap.org/eCC",
        "code": "31001",
        "display": "Negative (less than 1%)"
      }
    ]
  },
  "hasMember": [
    {
      "identifier": {
        "system": "http://example.org/Observation",
        "value": "fikea3-188a-4ko3-00dc-8282cc908f3e"
      }
    }
  ]
}