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-SDCeCCObservationCodeLIR.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 "SDCeCCObservationCodeLIR"

Profile: IHE SDC/eCP on FHIR Observation

identifier: Accession ID: SDCeCCObservationCodeEx0 (use: USUAL)

status: final

code: Tumor size (Note A) (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#2129)

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

effective: 2021-05-11

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

value: Greatest Dimension in cm (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#2123)

Components

-CodeValue[x]
*Greatest Dimension in cm (College of American Pathologists (CAP) eCC (electronic Cancer Checklists)#2123)2 cm

Source1

{
  "resourceType": "Observation",
  "id": "SDCeCCObservationCodeLIR",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN",
            "display": "Accession ID"
          }
        ]
      },
      "system": "http://example.org/Observation",
      "value": "SDCeCCObservationCodeEx0"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://cap.org/eCC",
        "code": "2129",
        "display": "Tumor size (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": "2123",
        "display": "Greatest Dimension in cm"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://cap.org/eCC",
            "code": "2123",
            "display": "Greatest Dimension in cm"
          }
        ]
      },
      "valueQuantity": {
        "value": 2,
        "unit": "cm"
      }
    }
  ]
}