{
    "resourceType": "StructureDefinition",
    "id": "MyHealthCareServices",
    "extension":  [
        {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
            "valueString": "Base.Entities"
        },
        {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
            "valueCode": "business"
        }
    ],
    "url": "http://example.org/StructureDefinition/MyHealthCareServices",
    "name": "MyHealthCareServices",
    "status": "active",
    "fhirVersion": "4.0.1",
    "mapping":  [
        {
            "identity": "rim",
            "uri": "http://hl7.org/v3",
            "name": "RIM Mapping"
        },
        {
            "identity": "w5",
            "uri": "http://hl7.org/fhir/fivews",
            "name": "FiveWs Pattern Mapping"
        }
    ],
    "kind": "resource",
    "abstract": false,
    "type": "HealthcareService",
    "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HealthcareService",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "HealthcareService.identifier.type.coding.code",
                "path": "HealthcareService.identifier.type.coding.code",
                "min": 1
            },
            {
                "id": "HealthcareService.identifier.type.coding.display",
                "path": "HealthcareService.identifier.type.coding.display",
                "min": 1
            },
            {
                "id": "HealthcareService.identifier.system",
                "path": "HealthcareService.identifier.system",
                "min": 1,
                "patternUri": "http://example.org/StructureDefinition/MyPatient"
            },
            {
                "id": "HealthcareService.identifier.value",
                "path": "HealthcareService.identifier.value",
                "min": 1
            },
            {
                "id": "HealthcareService.providedBy",
                "path": "HealthcareService.providedBy",
                "min": 1
            },
            {
                "id": "HealthcareService.category",
                "path": "HealthcareService.category",
                "binding": {
                    "strength": "required",
                    "valueSet": "http://example.org/Areas"
                }
            },
            {
                "id": "HealthcareService.type",
                "path": "HealthcareService.type",
                "binding": {
                    "strength": "required",
                    "valueSet": "http://example.org/Servicio_Basico"
                }
            }
        ]
    }
}
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "ServiceType",
    "id": "ServiceType",
    "title": "ServiceType",
    "version": "1.0",
    "url": "http://example.org/Servicio_Basico"
}
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "ServiceCategory",
    "id": "ServiceCategory",
    "title": "ServiceCategory",
    "version": "1.0",
    "url": "http://example.org/Areas"
}