Common Data Element Katalog
0.2.0 - CI Build International flag

Common Data Element Katalog - Local Development build (v0.2.0). See the Directory of published versions

: Example Observation - iv-biologicalsex-001 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "iv-biologicalsex-001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/de/StructureDefinition/rv-biological-sex"^^xsd:anyURI ;
fhir:link <http://hl7.org/de/StructureDefinition/rv-biological-sex>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"iv-biologicalsex-001\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;iv-biologicalsex-001&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-rv-biological-sex.html\">RV Biological Sex</a></p></div><p><b>status</b>: final</p><p><b>category</b>: C0079399 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (umls#C0079399)</span>, Gender <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#263495000)</span>, Person <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#125676002)</span>, C1711339 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (umls#C1711339)</span></p><p><b>code</b>: Biological Sex <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#734000001)</span></p><p><b>subject</b>: <a href=\"Patient-f001testpatientM.html\">Patient/f001testpatientM</a> &quot; MUSTERMANN&quot;</p><p><b>effective</b>: 2023-03-27</p><p><b>value</b>: MALE</p><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Male <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#248153007)</span></td><td>1</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C0079399" ]     ] )
  ] [
    ( fhir:coding [
a sct:263495000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "263495000" ]     ] )
  ] [
    ( fhir:coding [
a sct:125676002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "125676002" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C1711339" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:734000001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "734000001" ]     ] ) ;
fhir:text [ fhir:v "Biological Sex" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/f001testpatientM" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-03-27"^^xsd:date] ; # 
  fhir:value [ fhir:v "MALE"] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
a sct:248153007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "248153007" ] ;
fhir:display [ fhir:v "Male" ]       ] )     ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
  ] ) . #