@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://breastcancerspec.org/Encounter/CoreNeedleBiopsyEncounter> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CoreNeedleBiopsyEncounter"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter CoreNeedleBiopsyEncounter</b></p><a name=\"CoreNeedleBiopsyEncounter\"> </a><a name=\"hcCoreNeedleBiopsyEncounter\"> </a><p><b>identifier</b>: <code>http://example.hospital.de/encounters</code>/E_25_105</p><p><b>status</b>: Finished</p><p><b>class</b>: [not stated]: AMB (AMB)</p><p><b>subject</b>: <a href=\"Patient-Patient4.html\">Sabine Becker  Female, DoB: 1971-03-15 ( http://example.hospital.de/patient-ids#PAT-2025-105)</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.hospital.de/encounters"^^xsd:anyURI ;
       fhir:l <http://example.hospital.de/encounters>
     ] ;
     fhir:value [ fhir:v "E_25_105" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
     fhir:code [ fhir:v "AMB" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://breastcancerspec.org/Patient/Patient4> ;
     fhir:reference [ fhir:v "Patient/Patient4" ]
  ] . # 

# -------------------------------------------------------------------------------------

