🇵🇪 EMA Health Perú Implementation Guide
0.1.0 - ci-build
🇵🇪 EMA Health Perú Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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/Encounter/EjemploEmaEncounterPe> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "EjemploEmaEncounterPe"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://emahealth.io/fhir/pe/StructureDefinition/ema-encounter" ;
fhir:index 0 ;
fhir:link <https://emahealth.io/fhir/pe/StructureDefinition/ema-encounter>
]
] ;
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: Encounter EjemploEmaEncounterPe</b></p><a name=\"EjemploEmaEncounterPe\"> </a><a name=\"hcEjemploEmaEncounterPe\"> </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-ema-encounter.html\">EMA Encounter (Perú)</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.4.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 185389009}\">Consulta de control</span></p><p><b>subject</b>: <a href=\"Patient-EjemploEmaPatientPe.html\">Rosa Quispe Mamani (official) Female, DoB: 1968-04-12 ( https://emahealth.io/fhir/pe/sid/dni#DNI#41728596 (use: official, ))</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-EjemploEmaPractitionerRolePe.html\">PractitionerRole: specialty = Internal medicine</a></td></tr></table><p><b>period</b>: 2026-05-18 10:00:00-0500 --> 2026-05-18 10:30:00-0500</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-EjemploEmaLocationPe.html\">Location Consultorio 12</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-EjemploEmaOrganizationPe.html\">Organization Clínica San Borja S.A.C.</a></p></div>"
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "AMB" ] ;
fhir:Coding.display [ fhir:value "ambulatory" ]
] ;
fhir:Encounter.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:185389009 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "185389009" ] ;
fhir:Coding.display [ fhir:value "Follow-up visit" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Consulta de control" ]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/EjemploEmaPatientPe> ;
fhir:Reference.reference [ fhir:value "Patient/EjemploEmaPatientPe" ]
] ;
fhir:Encounter.participant [
fhir:index 0 ;
fhir:Encounter.participant.individual [
fhir:link <http://hl7.org/fhir/PractitionerRole/EjemploEmaPractitionerRolePe> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/EjemploEmaPractitionerRolePe" ]
]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2026-05-18T10:00:00-05:00"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2026-05-18T10:30:00-05:00"^^xsd:dateTime ]
] ;
fhir:Encounter.location [
fhir:index 0 ;
fhir:Encounter.location.location [
fhir:link <http://hl7.org/fhir/Location/EjemploEmaLocationPe> ;
fhir:Reference.reference [ fhir:value "Location/EjemploEmaLocationPe" ]
]
] ;
fhir:Encounter.serviceProvider [
fhir:link <http://hl7.org/fhir/Organization/EjemploEmaOrganizationPe> ;
fhir:Reference.reference [ fhir:value "Organization/EjemploEmaOrganizationPe" ]
] .
<http://hl7.org/fhir/Patient/EjemploEmaPatientPe> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/EjemploEmaPractitionerRolePe> a fhir:PractitionerRole .
<http://hl7.org/fhir/Location/EjemploEmaLocationPe> a fhir:Location .
<http://hl7.org/fhir/Organization/EjemploEmaOrganizationPe> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/EjemploEmaEncounterPe.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/EjemploEmaEncounterPe.ttl> .
IG © 2026+ EMA Health SpA. Package emaig.pe#0.1.0 based on FHIR 4.0.1. Generated 2026-06-30
Links: Table of Contents |
QA Report