2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension Margins Tumor Involvement - Definition

URL for this extension:

http://hl7.org/fhir/Profile/hspc-specimen-marginsTumorInvolvement

Status: draft

Records the findings made by the pathologist concerning the type of involvement around the margins of the specimen.

Health Level Seven, Inc. - CQI WG

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/Profile/hspc-specimen-marginsTumorInvolvement
Margins Tumor Involvement: Records the findings made by the pathologist concerning the type of involvement around the margins of the specimen.
Use on element: Specimen
..valueCodeableConcept 0..1CodeableConceptMargins Tumor Involvement
Use on element: Specimen

XML Template

<!-- Margins Tumor Involvement -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/Profile/hspc-specimen-marginsTumorInvolvement" >
 <!-- from Element: extension -->
 <valueCodeableConcept> <!-- CodeableConcept --!> /<valueCodeableConcept> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/Profile/hspc-specimen-marginsTumorInvolvement" : { // Margins Tumor Involvement
    "valueCodeableConcept" : [{ CodeableConcept }] //Margins Tumor Involvement
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/Profile/hspc-specimen-marginsTumorInvolvement
Margins Tumor Involvement: Records the findings made by the pathologist concerning the type of involvement around the margins of the specimen.
Use on element: Specimen
..valueCodeableConcept 0..1CodeableConceptMargins Tumor Involvement
Use on element: Specimen

XML Template

<!-- Margins Tumor Involvement -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/Profile/hspc-specimen-marginsTumorInvolvement" >
 <!-- from Element: extension -->
 <valueCodeableConcept> <!-- CodeableConcept --!> /<valueCodeableConcept> 
</extension>

JSON Template

to do