Patsientide üldandmete teenus / Master Patient Index
1.0.0 - ballot Estonia flag

Patsientide üldandmete teenus / Master Patient Index - Local Development build (v1.0.0). See the Directory of published versions

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LegalStatus"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/StructureDefinition/ee-mpi-socialhistory-legal-status"^^xsd:anyURI ;
fhir:link <https://fhir.ee/StructureDefinition/ee-mpi-socialhistory-legal-status>     ] )
  ] ; # 
  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=\"LegalStatus\"> </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;LegalStatus&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-mpi-socialhistory-legal-status.html\">EE MPI SocialHistory Legal Status</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Social history <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#social-history)</span></p><p><b>code</b>: Legal status of patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#303186005)</span></p><p><b>subject</b>: <a href=\"Patient-pat1.html\">Patient/pat1</a> &quot; BOSSENKO&quot;</p><p><b>effective</b>: 2021-11-23 --&gt; (ongoing)</p><p><b>performer</b>: <a href=\"RelatedPerson-relpat12.html\">RelatedPerson/relpat12</a> &quot;&quot;</p><p><b>value</b>: Teovõimeline <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-legal-status.html\">Legal Status</a>#T0)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "social-history" ] ;
fhir:display [ fhir:v "Social history" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:303186005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "303186005" ] ;
fhir:display [ fhir:v "Legal status of patient" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat1" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2021-11-23"^^xsd:date ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "RelatedPerson/relpat12" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/legal-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "T0" ] ;
fhir:display [ fhir:v "Teovõimeline" ]     ] )
  ] . #