<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HealthcareServiceExample001 - 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:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HealthcareServiceExample001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/HealthcareServiceMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/HealthcareServiceMED>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService HealthcareServiceExample001</b></p><a name=\"HealthcareServiceExample001\"> </a><a name=\"hcHealthcareServiceExample001\"> </a><a name=\"HealthcareServiceExample001-en-US\"> </a><p><b>identifier</b>: HS999999 (use: official, )</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-OrganizationExample001.html\">Organization MEDICAIA HEALTHCARE</a></p><p><b>type</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/ServiceTypeCS 23}\">Kinesiology</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394602003}\">Rehabilitation specialty (qualifier value)</span></p><p><b>location</b>: <a href=\"Location-LocationExample001.html\">Location Sede CABA</a></p><p><b>name</b>: Kinesiology Service S.A.</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "HS999999" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/OrganizationExample001" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/OrganizationExample001" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.medicaia.ar/CodeSystem/ServiceTypeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "23" ] ;
fhir:display [ fhir:v "Kinesiology" ]     ] )
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:394602003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394602003" ] ;
fhir:display [ fhir:v "Rehabilitation specialty (qualifier value)" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/LocationExample001" ]
  ] ) ; # 
  fhir:name [ fhir:v "Kinesiology Service S.A."] . #