OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office-metadata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [office-metadata] Example of rdfa in a medical note


Bruce,

Bruce D'Arcus wrote:

>
> If people don't have time, I just want to pull out this chunk to show 
> what I mean by previous discussions. John's using the about attribute 
> here to switch the subject to the patient. He's then adding properties 
> within there.
>
> Now, he could store those in the package, but he'll lose the 
> granularity of the content ( this span is a snomed:birthdate, etc.) in 
> the process.
>
Rather than simply making the claim of loss of granularity, how about 
some proof?

Consider:

<span property="snomed:birthdate">7/11/1915 </span><text:s/>Age: <span 
property="snomed:age">89</span></text:p>

or

<span xml:id="m_001">7/11/1915</span>
<span xml:id="m_002">89</span>

While elsewhere:

<metadata xml:id="m_001>
   <property="snomed:birthdate"/>
</metadata>

<metadata xml:id="m_002>
   <property="snomed:age"/>
</metadata>

Noting that I can add more properties, perhaps ones that use other 
vocabularies to enable mappings to vocabularies other than snomed 
without having to touch the content of the content.xml file.

The xml:id is only linking the delimited content to the metadata for 
that content, nothing more or less.

Oh, you were saying something about loss of granularity...? ;-)

Hope you are having a great day!

Patrick

> On Dec 13, 2006, at 9:07 AM, John Madden wrote:
>
>>             <text:p text:style-name="P2" about="[_:patient]">DOB: 
>> <span property="snomed:birthdate">7/11/1915 </span><text:s/>Age: 
>> <span property="snomed:age">89</span></text:p>
>>             <text:p text:style-name="P2">TOP Interval Note</text:p>
>>             <text:p text:style-name="P2" property="dc:author">Julie 
>> Jones, MD</text:p>
>>             <text:p text:style-name="P2">Duke Case Number 
>> 987654</text:p>
>>             <text:p text:style-name="P2"/>
>>             <text:p text:style-name="P2"/>
>>             <text:p text:style-name="P2" xml:id="profile" 
>> about="profile" rel="cda:sectionType" 
>> href="snomed:patientProfile">PATIENT PROFILE: Mrs. Smith is an 
>> 88-year-old Caucasian
>>                 lady who lives in Whitebridge, North Carolina, at 
>> Whitebridge Assisted Living
>>                 Facility. <text:s/></text:p>
>>             <text:p text:style-name="P2">
>>                 <text:s text:c="2"/>
>>             </text:p>
>
>
>
>
>

-- 
Patrick Durusau
Patrick@Durusau.net
Chair, V1 - Text Processing: Office and Publishing Systems Interface
Co-Editor, ISO 13250, Topic Maps -- Reference Model
Member, Text Encoding Initiative Board of Directors, 2003-2005

Topic Maps: Human, not artificial, intelligence at work! 




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]