German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Specimen: Urin Mittelstrahl - TTL Representation

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Specimen/example-specimen-urin-msu> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-specimen-urin-msu"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-specimen" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-specimen>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen example-specimen-urin-msu</b></p><a name=\"example-specimen-urin-msu\"> </a><a name=\"hcexample-specimen-urin-msu\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-praxis-specimen.html\">Praxis Specimen</a></p></div><p><b>identifier</b>: <code>http://example.org/lab/specimen-id</code>/UR-2026-00148</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122575003}\">Urine specimen</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-04-05 09:15:00+0200</td><td><span title=\"Codes:{http://snomed.info/sct 225271002}\">Collection of mid-stream specimen of urine</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 706054001}\">Urine specimen container</span></td></tr></table></div>"
  ] ;
  fhir:Specimen.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://example.org/lab/specimen-id" ] ;
     fhir:Identifier.value [ fhir:value "UR-2026-00148" ]
  ] ;
  fhir:Specimen.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:122575003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "122575003" ] ;
       fhir:Coding.display [ fhir:value "Urine specimen" ]
     ]
  ] ;
  fhir:Specimen.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:Specimen.collection [
     fhir:Specimen.collection.collectedDateTime [ fhir:value "2026-04-05T09:15:00+02:00"^^xsd:dateTime ] ;
     fhir:Specimen.collection.method [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:225271002 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "225271002" ] ;
         fhir:Coding.display [ fhir:value "Collection of mid-stream specimen of urine" ]
       ]
     ]
  ] ;
  fhir:Specimen.container [
     fhir:index 0 ;
     fhir:Specimen.container.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:706054001 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "706054001" ] ;
         fhir:Coding.display [ fhir:value "Urine specimen container" ]
       ]
     ]
  ] .

<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Specimen/example-specimen-urin-msu.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Specimen/example-specimen-urin-msu.ttl> .